diff --git a/package.json b/package.json index ed972d8..92a7371 100644 --- a/package.json +++ b/package.json @@ -78,6 +78,6 @@ "watch": "jest --watch", "test": "npm run coverage && npm run lint && npm run flow", "flow": "flow", - "semantic-release": "semantic-release pre && npm publish && semantic-release post" + "semantic-release": "semantic-release" } }