Pages Build Process: replace npm install with bun install
is there any way to do this? I already set the build command to
bun run build
but I can't find ways to change the npm install
command1 Reply
@Rubi Does you repo still contain package-lock.json file?
If it does, you should remove it and add the bun.lockb file.
The cloudflare page builder automatically detect the lock file and issue corresponding install command eg.
bun install
or yarn install