fix(docker): standardize pnpm filter glob to match ecosystem convention
This commit is contained in:
parent
24b1dd05fc
commit
fcd2ee3ad2
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user