Skip to content

Commit

Permalink
fix: remove postinstall with prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
catalandres committed Dec 28, 2023
1 parent c9c03da commit f2c2e01
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 @@ -71,7 +71,7 @@
"docs": "sf-docs",
"format": "wireit",
"lint": "wireit",
"postinstall": "yarn husky install",
"prepare": "sf-install && yarn build",
"postpack": "shx rm -f oclif.manifest.json oclif.lock",
"prepack": "sf-prepack",
"test": "wireit",
Expand Down

0 comments on commit f2c2e01

Please sign in to comment.