fix(docker): standardize pnpm filter glob to match ecosystem convention

This commit is contained in:
saravanakumardb1 2026-04-13 15:50:43 -07:00
parent 24b1dd05fc
commit fcd2ee3ad2

View File

@ -34,7 +34,7 @@ mkdir -p "$TARBALL_DIR"
# Build all packages first
echo "Building @bytelyst/* packages..."
(cd "$COMMON_PLAT" && pnpm -r --filter './packages/**' build)
(cd "$COMMON_PLAT" && pnpm -r --filter './packages/*' build)
# Pack each package and build a mapping of name → tarball filename
# (uses a temp file instead of associative array for bash 3.2 compat)