Skip to content

Commit

Permalink
chore: Add postinstall for husky install (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Mar 6, 2021
1 parent 0a4c122 commit a0db9b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"npm": ">=7.5.2"
},
"scripts": {
"postinstall": "npx husky install",
"all": "npm run format && npm run lint && npm test",
"lint": "eslint ./{src,__tests__}/**/*.ts",
"lint:fix": "eslint --fix ./{src,__tests__}/**/*.ts",
Expand Down

0 comments on commit a0db9b6

Please sign in to comment.