diff --git a/package.json b/package.json index 57826ba..9511ee8 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "lint": "tslint './*.js'", "check-prettier-conflicts": "tslint-config-prettier-check './index.js' && tslint-config-prettier-check './react.js'", "precommit": "npm run lint && npm run check-prettier-conflicts", - "semantic-release": "semantic-release pre && npm publish && semantic-release post", + "semantic-release": "semantic-release", "test": "echo 'This project has no tests' && exit 0" }, "devDependencies": {