Skip to content

Commit

Permalink
fix command to create .npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
ikkyu-3 committed Aug 1, 2019
1 parent 8ee53ee commit 9e01324
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 @@ -41,7 +41,7 @@ jobs:
at: ~/repo
- run:
name: Authenticate with registry
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/.npmrc
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
- run:
name: Publish package
command: npm publish
Expand Down

0 comments on commit 9e01324

Please sign in to comment.