Skip to content

Commit

Permalink
dx: fix npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
b6pzeusbc54tvhw5jgpyw8pwz2x6gs committed Nov 9, 2019
1 parent c3913f4 commit 5a0ca63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Expand Up @@ -36,7 +36,8 @@ jobs:
- run: yarn install
- attach_workspace:
at: /home/circleci/repo
- run: npm publish
- run:
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc && npm publish

workflows:
version: 2
Expand Down

0 comments on commit 5a0ca63

Please sign in to comment.