Skip to content

Commit 1c656ee

Browse files
committed
ci fix
1 parent 2bad9c8 commit 1c656ee

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
@@ -27,7 +27,7 @@ jobs:
2727
at: .
2828
- run:
2929
name: Authenticate with registry
30-
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/.npmrc
30+
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > .npmrc
3131
- run:
3232
name: Publish package
3333
command: npm publish --access public

0 commit comments

Comments
 (0)