diff --git a/package.json b/package.json index 5f9e57b4..89c851bc 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 && yarn build && oclif manifest", + "prepare": "husky install && yarn build", "pretest": "yarn build && tsc -p test", "test": "mocha --forbid-only \"test/**/*.test.ts\"", "version": "oclif readme && git add README.md"