Skip to content

Commit

Permalink
fix(postinstall): Add husky install
Browse files Browse the repository at this point in the history
  • Loading branch information
erwstout committed Aug 31, 2021
1 parent fe5470d commit c082b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test:eslint": "eslint .",
"test:typescript": "tsc -p ./tsconfig.json --noEmit",
"prepare": "husky install",
"postinstall": "npx husky add .husky/pre-commit \"yarn test\" && npx husky add .husky/pre-push \"yarn test\""
"postinstall": "husky install && npx husky add .husky/pre-commit \"yarn test\" && npx husky add .husky/pre-push \"yarn test\""
},
"devDependencies": {
"@babel/core": "^7.15.0",
Expand Down

0 comments on commit c082b1d

Please sign in to comment.