Skip to content

Commit fd11902

Browse files
committed
fix
1 parent e22cd0e commit fd11902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release-edge.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ fi
2020
for PKG in packages/* ; do
2121
pushd $PKG
2222
echo "⚡ Publishing $PKG with edge tag"
23-
# pnpm publish --access public --no-git-checks --tag edge
23+
pnpm publish --access public --no-git-checks --tag edge
2424
popd
2525
done

0 commit comments

Comments
 (0)