Skip to content

Commit

Permalink
fix npm auth path in circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
James Bush committed Aug 22, 2019
1 parent 50eeb00 commit 256a48f
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 @@ -36,7 +36,7 @@ defaults_license_scanner: &defaults_license_scanner
defaults_npm_auth: &defaults_npm_auth
name: Update NPM registry auth token
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > src/.npmrc

defaults_npm_publish_version: &defaults_npm_publish
name: Update version to prerelease
Expand Down

0 comments on commit 256a48f

Please sign in to comment.