Skip to content

Commit 65f0ea1

Browse files
committed
fix: forgot push directory
1 parent 20e81f3 commit 65f0ea1

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
@@ -40,6 +40,7 @@ for PKG in packages/* ; do
4040
if [[ $PKG == packages/docs ]]; then
4141
continue
4242
fi
43+
pushd $PKG
4344
pnpx tsx ../../scripts/jsr.ts --package $PKG --tag $TAG
4445
pnpm install --no-frozen-lockfile
4546
echo "⚡ Publishing $PKG for jsr registry"

0 commit comments

Comments
 (0)