Skip to content

Commit b9c23a1

Browse files
committed
chore: fix
1 parent f5d025c commit b9c23a1

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
@@ -11,7 +11,7 @@ TAG="alpha"
1111
for PKG in packages/* ; do
1212
if [[ -d $PKG ]]; then
1313
# Check if package is private
14-
PRIVATE=$(pnpx tsx scripts/private.ts "$PKG")
14+
PRIVATE=$(node scripts/private.ts "$PKG")
1515

1616
if [[ "$PRIVATE" == "true" ]]; then
1717
echo "⏭️ Skipping $PKG (private package)"

0 commit comments

Comments
 (0)