We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae5bf7 commit 20eb5cdCopy full SHA for 20eb5cd
.circleci/config.yml
@@ -53,7 +53,7 @@ jobs:
53
name: Setup npm credentials
54
command: |
55
npm config set @codacy:registry https://registry.npmjs.org/
56
- npm config set npmAuthToken $NPM_TOKEN
+ npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
57
npm config set access public
58
npm config set save-exact true
59
- run:
0 commit comments