DrKayBee
CDCloudflare Developers
•Created by DrKayBee on 10/9/2024 in #pages-help
Unable to override build settings when deploying
I'm having trouble with overriding the pages build configuration.
Changing the build command to
npm install --force && npm run build
doesn't seem to have an effect. npx wrangler pages deploy
does work as a workaround, but prevents using git integration. The current setting of npm clean-install
does not like dependency conflicts.
A second workaround is to use git-actions. However, it seems unwieldy when the problem can be solved with just overriding the build command.
Anyone have any insights on this issue? There are other similar posts from a while ago with no useful conclusions.
Thanks for looking!3 replies