Skip to content

Commit 760e5af

Browse files
committed
explicitly set access to public, since the default access level for scoped packages is restricted
1 parent ed61394 commit 760e5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ fi
2121

2222
echo "Publishing version $OVERRIDE_VERSION with npm tag '$NPM_TAG' for commit $COMMIT_SHA."
2323
npm --no-git-tag-version --allow-same-version version $OVERRIDE_VERSION
24-
npm publish --tag $NPM_TAG
24+
npm publish --tag $NPM_TAG --access=public

0 commit comments

Comments
 (0)