Skip to content

Commit

Permalink
fix: add postinstall to trigger patch-package
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 authored Nov 25, 2024
1 parent f6cfeb6 commit 5eb27c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"start": "yarn tsx concurrently.ts",
"prepare": "husky install",
"lint": "eslint",
"format": "npx prettier --write ."
"format": "npx prettier --write .",
"postinstall": "cd client && npx patch-package"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": "yarn run eslint"
Expand Down

0 comments on commit 5eb27c4

Please sign in to comment.