When using '*' as package definition for a pnpm workspace, the post-install script hangs until it triggers an OOM.
Looks like it's spawning infinite shells to build itself recursively.
To reproduce:
- clone the sample repository
- prune your local pnpm store (
pnpm store prune)
- install dependencies using pnpm (
pnpm install)