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 f5d025c commit b9c23a1Copy full SHA for b9c23a1
scripts/release.sh
@@ -11,7 +11,7 @@ TAG="alpha"
11
for PKG in packages/* ; do
12
if [[ -d $PKG ]]; then
13
# Check if package is private
14
- PRIVATE=$(pnpx tsx scripts/private.ts "$PKG")
+ PRIVATE=$(node scripts/private.ts "$PKG")
15
16
if [[ "$PRIVATE" == "true" ]]; then
17
echo "⏭️ Skipping $PKG (private package)"
0 commit comments