Skip to content

Commit 20eb5cd

Browse files
committed
Try with npm fix suggestion
1 parent 7ae5bf7 commit 20eb5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
name: Setup npm credentials
5454
command: |
5555
npm config set @codacy:registry https://registry.npmjs.org/
56-
npm config set npmAuthToken $NPM_TOKEN
56+
npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
5757
npm config set access public
5858
npm config set save-exact true
5959
- run:

0 commit comments

Comments
 (0)