Skip to content

Commit

Permalink
fix(ci): Add access=public to npm publish, which is required for nams…
Browse files Browse the repository at this point in the history
…paced module names
  • Loading branch information
blinkylights23 committed May 13, 2017
1 parent 4cb0b7d commit 86e5d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"cover": "cross-env NODE_ENV=test nyc npm t",
"test": "cross-env NODE_ENV=test mocha --require babel-register --compilers js:babel-register test/*.js",
"test:watch": "cross-env NODE_ENV=test npm t -- -w",
"semantic-release": "cross-env NODE_ENV=production semantic-release pre && npm publish && semantic-release post"
"semantic-release": "cross-env NODE_ENV=production semantic-release pre && npm publish --access=public && semantic-release post"
},
"devDependencies": {
"babel-cli": "^6.24.1",
Expand Down

0 comments on commit 86e5d23

Please sign in to comment.