npm build run package (react) terminal command

430 Views Asked by At

How to update "build" folder of a project after changes or updates?

I tried npm update but can't update the build folder while I made changes of my project

1

There are 1 best solutions below

0
On

I usually use npm run build command for building it again. It overrides the previous one.