diff --git a/package.json b/package.json index 12c75fb2..5f9e57b4 100644 --- a/package.json +++ b/package.json @@ -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"