diff --git a/package.json b/package.json index c0f3cc9..a14e8fa 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "scripts": { "build": "yarn lint && tsc", "watch": "tsc -w", - "semantic-release": "semantic-release pre && npm publish && semantic-release post", + "semantic-release": "semantic-release pre && npm publish --access public && semantic-release post", "test": "mocha dist/test/**/*.js", "lint": "tslint src/**/*.ts test/**/*.ts" },