Skip to content

Commit 2df961f

Browse files
ci: changed scope config
1 parent 5c389e5 commit 2df961f

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
@@ -200,8 +200,8 @@ jobs:
200200
- run:
201201
name: Add npm registry auth key
202202
command: |
203-
npm config set scope $ORG_NAME --global
204203
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/project/.npmrc
204+
npm config set scope $ORG_NAME
205205
206206
# - restore_cache:
207207
# keys:

0 commit comments

Comments
 (0)