Skip to content

Commit a963c56

Browse files
authored
Add public access flag to npm publish command
1 parent 5be32dc commit a963c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/publish-npm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ else
5656
fi
5757

5858
# Publish with the appropriate tag
59-
yarn publish --tag "$TAG" --provenance
59+
yarn publish --tag "$TAG" --provenance --access public

0 commit comments

Comments
 (0)