Skip to content

Commit 84f56b8

Browse files
committed
Add husky install to package.json
1 parent 7b20dea commit 84f56b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
}
3434
},
3535
"scripts": {
36+
"prepare": "husky install",
3637
"build": "npm run build-types && npm run build-server && npm run build-browser",
3738
"build-browser": "node build.js",
3839
"build-types": "tsc -b tsconfig.types.json",

0 commit comments

Comments
 (0)