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 2fde3fa commit ae048c3Copy full SHA for ae048c3
.circleci/config.yml
@@ -44,7 +44,7 @@ jobs:
44
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
45
- run:
46
name: Publish package
47
- command: npm publish
+ command: npm publish --access public
48
49
workflows:
50
version: 2
0 commit comments