Skip to content

Commit 28ed706

Browse files
committed
update path to npmrc
1 parent 1c81ea8 commit 28ed706

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
@@ -55,7 +55,7 @@ jobs:
5555
- run:
5656
name: Authenticate with NPM
5757
command: |
58-
echo "//registry.npmjs.org/:_authToken=$NPM_VGS_PUBLISH_TOKEN" >> ~/project/.npmrc
58+
echo "//registry.npmjs.org/:_authToken=$NPM_VGS_PUBLISH_TOKEN" >> ~/vgs-collect-js/.npmrc
5959
npm ci
6060
- run:
6161
name: Publish package

0 commit comments

Comments
 (0)