Skip to content

Commit

Permalink
1.3.2, fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilad Gray committed May 16, 2018
1 parent 15208f9 commit 768d8dc
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 139 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
- restore_cache: *restore_cache
- attach_workspace:
at: '.'
- run: echo -e "$NPM_USER\n$NPM_PASS\n$NPM_EMAIL" | npm login
- run: echo "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}" > .npmrc
- run: chmod 0600 .npmrc
- run: npm publish

workflows:
Expand Down
Loading

0 comments on commit 768d8dc

Please sign in to comment.