diff --git a/package.json b/package.json index debb238..3fea5cb 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}", "lint-staged": "lint-staged", "prebuild": "npm run clean", - "prepublish": "npm run build", + "prepare": "npm run build", "release": "standard-version", "release:ci": "conventional-github-releaser -p angular", "release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",