Skip to content

Commit db5c7c3

Browse files
committed
chore: fix release script
1 parent b773d66 commit db5c7c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ TAG="alpha"
1010
# Release packages for npm registry
1111
for PKG in packages/* ; do
1212
if [[ -d $PKG ]]; then
13+
pushd $PKG
1314
echo "⚡ Publishing $PKG with tag $TAG"
1415
pnpm publish --access public --no-git-checks --tag $TAG
1516
popd > /dev/null

0 commit comments

Comments
 (0)