Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marchinram committed Jul 7, 2020
1 parent 2bad9c8 commit 1c656ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
at: .
- run:
name: Authenticate with registry
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/.npmrc
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > .npmrc
- run:
name: Publish package
command: npm publish --access public
Expand Down

0 comments on commit 1c656ee

Please sign in to comment.