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.
latest
1 parent cf0c13c commit aa54696Copy full SHA for aa54696
scripts/release-edge.sh
@@ -22,6 +22,6 @@ fi
22
for p in packages/* ; do
23
pushd $p
24
echo "Publishing $p"
25
- pnpm publish --access public --no-git-checks
+ pnpm publish --access public --no-git-checks --tag latest
26
popd
27
done
0 commit comments