Skip to content

Commit a0db9b6

Browse files
authored
chore: Add postinstall for husky install (#578)
1 parent 0a4c122 commit a0db9b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"npm": ">=7.5.2"
99
},
1010
"scripts": {
11+
"postinstall": "npx husky install",
1112
"all": "npm run format && npm run lint && npm test",
1213
"lint": "eslint ./{src,__tests__}/**/*.ts",
1314
"lint:fix": "eslint --fix ./{src,__tests__}/**/*.ts",

0 commit comments

Comments
 (0)