Skip to content

Commit 79d8166

Browse files
committed
Set npm package access to public
1 parent 613c7ab commit 79d8166

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Publish package
2323
command: |
2424
cd javascript
25-
npm publish
25+
npm publish --access=public
2626
2727
workflows:
2828
version: 2

0 commit comments

Comments
 (0)