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 20e81f3 commit 65f0ea1Copy full SHA for 65f0ea1
scripts/release.sh
@@ -40,6 +40,7 @@ for PKG in packages/* ; do
40
if [[ $PKG == packages/docs ]]; then
41
continue
42
fi
43
+ pushd $PKG
44
pnpx tsx ../../scripts/jsr.ts --package $PKG --tag $TAG
45
pnpm install --no-frozen-lockfile
46
echo "⚡ Publishing $PKG for jsr registry"
0 commit comments