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 e22cd0e commit fd11902Copy full SHA for fd11902
scripts/release-edge.sh
@@ -20,6 +20,6 @@ fi
20
for PKG in packages/* ; do
21
pushd $PKG
22
echo "⚡ Publishing $PKG with edge tag"
23
- # pnpm publish --access public --no-git-checks --tag edge
+ pnpm publish --access public --no-git-checks --tag edge
24
popd
25
done
0 commit comments