Skip to content

Commit

Permalink
Merge pull request #292 from oclif/mdonnalley/revert
Browse files Browse the repository at this point in the history
fix: revert to prepack instead of postinstall
  • Loading branch information
mdonnalley authored Nov 6, 2023
2 parents 6fd055b + 129b3f4 commit 3d1fdba
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 @@ -59,7 +59,7 @@
"lint": "eslint . --ext .ts",
"postpublish": "yarn run clean",
"posttest": "yarn lint",
"postinstall": "husky install",
"prepack": "husky install",
"prepublishOnly": "yarn run build && oclif lock && oclif manifest . && oclif readme",
"pretest": "yarn build --noEmit && tsc -p test --noEmit",
"preversion": "yarn run clean",
Expand Down

0 comments on commit 3d1fdba

Please sign in to comment.