We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c6ef7 commit 9370f6cCopy full SHA for 9370f6c
.circleci/config.yml
@@ -240,7 +240,7 @@ jobs:
240
at: ./
241
- run:
242
name: Authenticate with registry
243
- command: echo "//registry.npmjs.org/:_authToken=$npmToken" > ~/bit/.npmrc
+ command: echo "//registry.npmjs.org/:_authToken=$npmToken" > ~/.npmrc
244
-
245
run:
246
name: Publish bit to the npm registry
0 commit comments