Skip to content

Commit

Permalink
perf(dependencies): run husky installation only when installing not w…
Browse files Browse the repository at this point in the history
…hen publishing the package (#871)
  • Loading branch information
uittorio committed Aug 8, 2021
1 parent 2cbad68 commit 9fea5d4
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 @@ -32,7 +32,7 @@
"ts-check:src": "tsc --noEmit",
"eslint": "eslint ./src/**/*.ts ./test/**/*.ts",
"eslint:fix": "eslint --fix ./src/**/*.ts ./test/**/*.ts",
"prepare": "husky install",
"postinstall": "husky install",
"prettier": "node node_modules/prettier/bin-prettier.js --check **/*.{ts,json}",
"prettier:fix": "npm run prettier -- --write",
"release": "npm run dist:collect && semantic-release",
Expand Down

0 comments on commit 9fea5d4

Please sign in to comment.