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 def7ec5 commit 286eaaeCopy full SHA for 286eaae
scripts/release.sh
@@ -30,7 +30,7 @@ for PKG in packages/* ; do
30
echo "⚡ Publishing $PKG with tag $TAG"
31
pnpm publish --access public --no-git-checks --tag $TAG
32
pnpx tsx ../../scripts/jsr.ts --package $PKG --tag $TAG
33
- pnpm install
+ pnpm install --no-frozen-lockfile
34
echo "⚡ Publishing $PKG for jsr registry"
35
pnpx jsr publish -c jsr.json --allow-dirty
36
popd > /dev/null
0 commit comments