Skip to content

Commit 5eb27c4

Browse files
authored
fix: add postinstall to trigger patch-package
1 parent f6cfeb6 commit 5eb27c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"start": "yarn tsx concurrently.ts",
1212
"prepare": "husky install",
1313
"lint": "eslint",
14-
"format": "npx prettier --write ."
14+
"format": "npx prettier --write .",
15+
"postinstall": "cd client && npx patch-package"
1516
},
1617
"lint-staged": {
1718
"**/*.{js,jsx,ts,tsx}": "yarn run eslint"

0 commit comments

Comments
 (0)