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 033b5e5 commit 99ff09cCopy full SHA for 99ff09c
.circleci/config.yml
@@ -26,7 +26,7 @@ jobs:
26
- run: sudo apt update && sudo apt install awscli
27
- run: yarn
28
- run: yarn build
29
- - run: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/.npmrc
+ - run: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > .npmrc
30
- run: npm publish --dry-run
31
deploy_prod:
32
docker:
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
- run: npm publish --access public
42
deploy_demo:
43
0 commit comments