We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613c7ab commit 79d8166Copy full SHA for 79d8166
1 file changed
.circleci/config.yml
@@ -22,7 +22,7 @@ jobs:
22
name: Publish package
23
command: |
24
cd javascript
25
- npm publish
+ npm publish --access=public
26
27
workflows:
28
version: 2
0 commit comments