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 6707a64 commit c8589d1Copy full SHA for c8589d1
.circleci/config.yml
@@ -54,7 +54,7 @@ jobs:
54
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
55
- run:
56
name: Publish package
57
- command: npm publish
+ command: npm publish --access public
58
59
workflows:
60
version: 2
0 commit comments