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 ff8b654 commit e0897e3Copy full SHA for e0897e3
scripts/release-nightly.sh
@@ -22,6 +22,6 @@ for p in packages/* ; do
22
echo "Publishing $p"
23
cp ../../LICENSE .
24
cp ../../README.md .
25
- pnpm publish --access public --no-git-checks
+ pnpm publish --access public --no-git-checks --tag latest
26
popd
27
done
0 commit comments