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 authored Nov 6, 2023
1 parent 8067d3e commit 4885705
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 @@ -69,7 +69,7 @@
"postpack": "shx rm -f oclif.manifest.json oclif.lock",
"posttest": "yarn lint",
"prepack": "shx rm -rf lib && tsc && oclif lock && oclif manifest . && oclif readme",
"prepare": "husky install",
"prepare": "husky install && yarn build && oclif manifest",
"pretest": "yarn build && tsc -p test",
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif readme && git add README.md"
Expand Down

0 comments on commit 4885705

Please sign in to comment.