We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8de2c commit 425ac8dCopy full SHA for 425ac8d
scripts/build-and-publish.sh
@@ -35,4 +35,4 @@ echo "RELEASE_NOTES=$(echo $RELEASE_NOTES | sed 's/"/\\"/g')"
35
git push origin $VERSION
36
37
yarn version --new-version $VERSION
38
-yarn publish --tag latest --provenance
+npm publish --provenance --access public --tag latest
0 commit comments