Skip to content

Commit

Permalink
fix(package.json): switch from "postinstall" to "prepare"
Browse files Browse the repository at this point in the history
  • Loading branch information
themgoncalves committed Jun 19, 2022
1 parent a644ac6 commit 6bb741e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
],
"scripts": {
"authors": "node ./scripts/authors.js",
"postinstall": "yarn husky install && npm run build && npm run authors",
"prepare": "yarn husky install && npm run build && npm run authors",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"postversion": "git push && git push --tags",
Expand Down

0 comments on commit 6bb741e

Please sign in to comment.