Skip to content

Commit 425ac8d

Browse files
authored
Update package publishing command (#16)
1 parent 4a8de2c commit 425ac8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-and-publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ echo "RELEASE_NOTES=$(echo $RELEASE_NOTES | sed 's/"/\\"/g')"
3535
git push origin $VERSION
3636

3737
yarn version --new-version $VERSION
38-
yarn publish --tag latest --provenance
38+
npm publish --provenance --access public --tag latest

0 commit comments

Comments
 (0)