Skip to content

Commit

Permalink
fix: skip husky when building
Browse files Browse the repository at this point in the history
  • Loading branch information
littlebtc committed Jun 19, 2021
1 parent 6329827 commit 1e01fad
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 @@ -8,7 +8,7 @@
"scripts": {
"lint": "eslint",
"test": "jest --coverage",
"build": "rm -rf dist/ && tsc && cp package.json dist/ && cp README.md dist/",
"build": "rm -rf dist/ && tsc && cp README.md dist/ && jq 'del(.scripts.prepare)' package.json > dist/package.json",
"prepare": "husky install"
},
"devDependencies": {
Expand Down

0 comments on commit 1e01fad

Please sign in to comment.