Skip to content

Commit

Permalink
fix: circle ci option
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio committed Oct 20, 2019
1 parent 2624e62 commit bc81ec8
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 @@ -46,7 +46,7 @@ jobs:
command: npm run build
- run:
name: Authenticate with registry
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/pkg/.npmrc
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/dist/.npmrc
- run:
name: Prepare package
command: npm run unpack
Expand Down

0 comments on commit bc81ec8

Please sign in to comment.