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.
legacy9
next9
1 parent 74b006a commit 963b95bCopy full SHA for 963b95b
scripts/release-edge.sh
@@ -24,7 +24,7 @@ for PKG in packages/* ; do
24
fi
25
pushd $PKG
26
echo "⚡ Publishing $PKG with edge tag"
27
- pnpm publish --access public --no-git-checks --tag edge
+ pnpm publish --access public --no-git-checks --tag edge9
28
popd
29
30
done
scripts/release.sh
@@ -23,7 +23,7 @@ for PKG in packages/* ; do
23
continue
- TAG="latest"
+ TAG="legacy9"
echo "⚡ Publishing $PKG with tag $TAG"
pnpm publish --access public --no-git-checks --tag $TAG
popd > /dev/null
0 commit comments