Skip to content

Commit

Permalink
fix(husky): remove husky from post install because it will be require…
Browse files Browse the repository at this point in the history
…d for consumers of the packages
  • Loading branch information
uittorio committed Aug 8, 2021
1 parent 4470b62 commit 83498e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"ts-check:src": "tsc --noEmit",
"eslint": "eslint ./src/**/*.ts ./test/**/*.ts",
"eslint:fix": "eslint --fix ./src/**/*.ts ./test/**/*.ts",
"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 83498e2

Please sign in to comment.