Skip to content

Commit

Permalink
fix(deploy): npm login
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Dec 21, 2017
1 parent bea8f27 commit 144d2c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
steps:
- restore_cache:
key: v1-repo-{{ .Environment.CIRCLE_SHA1 }}
- run: echo -e "$NPM_USER\n$NPM_PASS\n$NPM_EMAIL" | npm login
- run: npx npm-cli-login -u $NPM_USER -p $NPM_PASS -e $NPM_EMAIL -s syncano
- run: npx lerna publish --canary --yes
- run: npx s deploy
- run: npx s hosting sync docs
Expand Down
1 change: 1 addition & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"dirty-chai": "^2.0.1",
"mocha": "^4.0.1",
"mock-fs": "^4.4.2",
"npm-cli-login": "^0.0.10",
"nyc": "^11.3.0",
"prettier": "^1.7.4",
"rimraf": "^2.6.2",
Expand Down

0 comments on commit 144d2c5

Please sign in to comment.