Skip to content

Commit

Permalink
chore: use husky instead of npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed Jun 28, 2021
1 parent 58b0679 commit a3a6b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:report": "c8 report --reporter=text-lcov > coverage.lcov",
"lint": "eslint \"./**/*.ts\"",
"format": "prettier --write \"./**/*.ts\"",
"prepare": "npm run test && npm run lint && npm run build"
"prepare": "husky install"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a3a6b41

Please sign in to comment.