We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358f093 commit 9a72543Copy full SHA for 9a72543
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"test": "mocha ./src/ --recursive",
8
"test:watch": "mocha ./src/ --recursive --watch",
9
- "semantic-release": "CI=true semantic-release pre && npm publish && semantic-release post"
+ "semantic-release": "CI=true semantic-release pre && npm publish --access public && semantic-release post"
10
},
11
"bin": {
12
"json-logger": "./bin/json-logger.js"
0 commit comments