Skip to content

Commit

Permalink
chore: update prepare script [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Nov 6, 2023
1 parent bd2c92f commit 72fe79f
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 @@ -56,7 +56,7 @@
"postpack": "shx rm oclif.manifest.json oclif.lock",
"posttest": "yarn lint",
"prepack": "yarn run build && oclif manifest . && oclif lock",
"prepare": "husky install && yarn build && oclif manifest",
"prepare": "husky install && yarn build",
"pretest": "yarn build && tsc --noEmit",
"test": "mocha --forbid-only \"test/**/*.test.ts\""
},
Expand Down

0 comments on commit 72fe79f

Please sign in to comment.