How to skip pnpm install?
I have a mono repo with multiple sites.
pnpm install
was executed before my build script.
I'd prefer pnpm i --filter domain.com^...
instead to narrow the scope and save some build time.
How can I achieve this?0 Replies