Skip to content

Commit 9370f6c

Browse files
committed
fix npm publish auth for circle ci
1 parent 15c6ef7 commit 9370f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
at: ./
241241
- run:
242242
name: Authenticate with registry
243-
command: echo "//registry.npmjs.org/:_authToken=$npmToken" > ~/bit/.npmrc
243+
command: echo "//registry.npmjs.org/:_authToken=$npmToken" > ~/.npmrc
244244
-
245245
run:
246246
name: Publish bit to the npm registry

0 commit comments

Comments
 (0)