Skip to content

Commit

Permalink
fixes path to .npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewmeconry committed Jul 17, 2019
1 parent d4b6f96 commit 2c00e3c
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 @@ -43,7 +43,7 @@ jobs:
at: ~/project/
- run:
name: Authenticate with registry
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/project/.npmrc
- run:
name: set package version
command: npm version from-git
Expand Down

0 comments on commit 2c00e3c

Please sign in to comment.