Skip to content

Commit

Permalink
🚑 Publish from dist
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed May 23, 2019
1 parent 07826b1 commit 46e6462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- run:
name: 'NPM release'
command: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/supdock/.npmrc
npm publish
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/supdock/dist/.npmrc
cd dist ; npm publish
workflows:
version: 2
Expand Down

0 comments on commit 46e6462

Please sign in to comment.