diff --git a/package.json b/package.json index ab881819..5fca21bc 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,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 --noEmit", "test": "mocha \"test/**/*.test.ts\"", "version": "oclif readme && git add README.md"