chore: install husky hooks on install

This commit is contained in:
Yash-Singh1 2021-11-30 17:07:14 -08:00
parent 59e0a8e1b5
commit ab17af274d
2 changed files with 1 additions and 1 deletions

0
.husky/pre-commit Normal file → Executable file
View File

View File

@ -37,7 +37,7 @@
"test": "yarn lint && jest src/.*",
"test:watch": "jest --watch src",
"prepublishOnly": "yarn build && yarn test",
"prepare": "yarn build"
"prepare": "husky install && yarn build"
},
"repository": {
"type": "git",