Skip to content

Commit

Permalink
Issue 3: Fix to CircleCI file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstrom committed Jul 19, 2018
1 parent b4f0be1 commit dc80b92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
- publish:
docker:
- image: circleci/node:10.4.1
steps:
- checkout
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
- run: npm publish
steps:
- checkout
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
- run: npm publish

workflows:
version: 2
Expand Down

0 comments on commit dc80b92

Please sign in to comment.