Skip to content

Commit

Permalink
chore(scripts): remove postinstall as error on install when another u…
Browse files Browse the repository at this point in the history
…ses this
  • Loading branch information
phatpham9 committed Jun 6, 2021
1 parent ed06b0a commit 53eded9
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 @@ -17,7 +17,7 @@
"release:major": "yarn release --release-as major",
"release:minor": "yarn release --release-as minor",
"release:patch": "yarn release --release-as patch",
"postinstall": "husky install",
"husky": "husky",
"lint-staged": "lint-staged",
"commitlint": "commitlint"
},
Expand Down

0 comments on commit 53eded9

Please sign in to comment.