Skip to content

Commit

Permalink
fix: fix for husky install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
renxia committed May 9, 2022
1 parent dfd8272 commit 3810f3b
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 @@ -27,7 +27,7 @@
"gmac": "bin/cli.js"
},
"scripts": {
"postinstall": "husky install",
"prepare": "husky install",
"start": "npm run watch",
"build": "run-s clean && run-p build:*",
"build:main": "tsc -p tsconfig.json",
Expand Down

0 comments on commit 3810f3b

Please sign in to comment.