Skip to content

Commit 7ae5bf7

Browse files
committed
update npmAuthToken in circle job
1 parent 1db770d commit 7ae5bf7

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 _authToken $NPM_TOKEN
56+
npm config set npmAuthToken $NPM_TOKEN
5757
npm config set access public
5858
npm config set save-exact true
5959
- run:

0 commit comments

Comments
 (0)