Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
chore: set husky install on prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
darioblanco committed May 23, 2022
1 parent c3c98c3 commit 1cad6d1
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 @@ -21,7 +21,7 @@
"scripts": {
"build": "tsc",
"lint": "eslint ./src/**/*.ts",
"prepare": "yes | yarn husky install",
"prepare": "yes | husky install",
"upgrade": "yarn upgrade-interactive",
"test": "jest --coverage"
},
Expand Down

0 comments on commit 1cad6d1

Please sign in to comment.