Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Commit 8f4f171

Browse files
committed
fix(access): npm publish with public access
1 parent bc97f5c commit 8f4f171

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"files": [
1111
"*.js"
1212
],
13+
"private": false,
1314
"homepage": "https://github.com/cypress-io/cypress-webpack-preprocessor#readme",
1415
"keywords": [
1516
"cypress",
@@ -31,7 +32,7 @@
3132
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
3233
"test": "mocha",
3334
"test-watch": "chokidar '*.js' 'test/*.js' -c 'npm test'",
34-
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
35+
"semantic-release": "semantic-release pre && npm publish --access public && semantic-release post"
3536
},
3637
"devDependencies": {
3738
"babel-preset-env": "1.6.0",

0 commit comments

Comments
 (0)