Skip to content

Commit

Permalink
Merge pull request #5 from marxjmoura/fix-ci-deploy
Browse files Browse the repository at this point in the history
Fix CI deploy
  • Loading branch information
marxjmoura authored Dec 11, 2018
2 parents dc81449 + 4d6192c commit 8fac787
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 @@ -17,7 +17,7 @@ jobs:
- checkout
- run: npm i
- run: npm run build
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
- run: npm publish
workflows:
version: 2
Expand Down

0 comments on commit 8fac787

Please sign in to comment.