Skip to content

Commit

Permalink
fix: try setting NPM token
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Dec 26, 2017
1 parent 91c18b1 commit 9233785
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"scripts": {
"test": "eslint **/*.js && mocha",
"test-watch": "mocha watch",
"semantic-release": "semantic-action pre && npm publish --access public && semantic-action post",
"semantic-release": "semantic-action pre && set-auth-token-var-name && npm publish --access public && semantic-action post",
"commit": "commit-wizard"
},
"devDependencies": {
Expand All @@ -27,6 +27,7 @@
"eslint-plugin-cypress-dev": "^1.1.2",
"eslint-plugin-mocha": "^4.11.0",
"mocha": "^3.5.0",
"npm-utils": "^2.0.0",
"pre-git": "^3.15.0",
"semantic-action": "^1.1.0",
"simple-commit-message": "^3.0.2"
Expand Down

0 comments on commit 9233785

Please sign in to comment.