Skip to content

Commit 99ff09c

Browse files
Fix/circleci npm publish (#755)
* Update path
1 parent 033b5e5 commit 99ff09c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- run: sudo apt update && sudo apt install awscli
2727
- run: yarn
2828
- run: yarn build
29-
- run: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/.npmrc
29+
- run: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > .npmrc
3030
- run: npm publish --dry-run
3131
deploy_prod:
3232
docker:
@@ -37,7 +37,7 @@ jobs:
3737
- run: sudo apt update && sudo apt install awscli
3838
- run: yarn
3939
- run: yarn build
40-
- run: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/.npmrc
40+
- run: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > .npmrc
4141
- run: npm publish --access public
4242
deploy_demo:
4343
docker:

0 commit comments

Comments
 (0)