0

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

muntsir89
  • 11
  • 2

1 Answers1

0

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

vhbazan
  • 1,240
  • 1
  • 17
  • 26
Abdurohim
  • 1
  • 2