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 2b7c206 commit 47c8436
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 @@ -84,7 +84,7 @@
"postpack": "rm -f oclif.lock oclif.manifest.json",
"posttest": "yarn lint",
"prepack": "rm -rf lib && tsc -b && oclif lock && oclif manifest . && oclif readme",
"prepare": "husky install && yarn build && oclif manifest",
"prepare": "husky install && yarn build",
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\" --timeout 20000",
"version": "oclif readme && git add README.md"
},
Expand Down

0 comments on commit 47c8436

Please sign in to comment.