diff --git a/package.json b/package.json index 31f044b4..3a96632e 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "pretest": "npm run build", "test": "npx lerna run test --stream", "test:smoke": "npm run test:smoke --workspace=packages/api", - "__version": "npx conventional-changelog-cli --pkg lerna.json -i CHANGELOG.md -s && git add CHANGELOG.md" + "version": "npx conventional-changelog-cli --pkg lerna.json -i CHANGELOG.md -s && git add CHANGELOG.md" }, "repository": { "type": "git",