Skip to content

Commit

Permalink
fix CircleCI install config
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Aug 30, 2018
1 parent dbe05e8 commit 17a9d5f
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 @@ -172,6 +172,6 @@ jobs:
user: node
steps:
- checkout
- npm install
- run: npm install
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
- run: npm publish --access=public

0 comments on commit 17a9d5f

Please sign in to comment.