Skip to content

Commit 286eaae

Browse files
committed
fix: allow no-frozen lockfile on jsr publish
1 parent def7ec5 commit 286eaae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ for PKG in packages/* ; do
3030
echo "⚡ Publishing $PKG with tag $TAG"
3131
pnpm publish --access public --no-git-checks --tag $TAG
3232
pnpx tsx ../../scripts/jsr.ts --package $PKG --tag $TAG
33-
pnpm install
33+
pnpm install --no-frozen-lockfile
3434
echo "⚡ Publishing $PKG for jsr registry"
3535
pnpx jsr publish -c jsr.json --allow-dirty
3636
popd > /dev/null

0 commit comments

Comments
 (0)