We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c81ea8 commit 28ed706Copy full SHA for 28ed706
.circleci/config.yml
@@ -55,7 +55,7 @@ jobs:
55
- run:
56
name: Authenticate with NPM
57
command: |
58
- echo "//registry.npmjs.org/:_authToken=$NPM_VGS_PUBLISH_TOKEN" >> ~/project/.npmrc
+ echo "//registry.npmjs.org/:_authToken=$NPM_VGS_PUBLISH_TOKEN" >> ~/vgs-collect-js/.npmrc
59
npm ci
60
61
name: Publish package
0 commit comments