You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace separate build:* commands with single build command that accepts
--target flag for routing to different packages.
Usage:
- pnpm run build (defaults to CLI)
- pnpm run build -- --target all
- pnpm run build -- --target node
- pnpm run build -- --target sea
- pnpm run build -- --target socket
All other flags are passed through to the target package build script.
0 commit comments