Skip to content

Commit a421cfd

Browse files
ci: changed location of npmrc file
1 parent 6d81f55 commit a421cfd

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

0 commit comments

Comments
 (0)