Is there a way to re-build faster with `wrangler pages dev`?

I'm making a website and testing it with
wrangler pages dev frontend/build --port 8787 --local
. But everytime I update my HTML, I have to run
npm run build
which takes a while to finish. Is there a way to just make it update small HTML changes without having to rebuild each and every time?
Was this page helpful?