LKNim
CDCloudflare Developers
•Created by LKNim on 11/27/2024 in #pages-help
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?1 replies