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 b773d66 commit db5c7c3Copy full SHA for db5c7c3
scripts/release.sh
@@ -10,6 +10,7 @@ TAG="alpha"
10
# Release packages for npm registry
11
for PKG in packages/* ; do
12
if [[ -d $PKG ]]; then
13
+ pushd $PKG
14
echo "⚡ Publishing $PKG with tag $TAG"
15
pnpm publish --access public --no-git-checks --tag $TAG
16
popd > /dev/null
0 commit comments