Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 7181098

Browse files
authored
publish publicly
1 parent 9e881dd commit 7181098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
4545
- run:
4646
name: Publish package
47-
command: npm publish
47+
command: npm publish --access public
4848

4949
workflows:
5050
version: 2

0 commit comments

Comments
 (0)