'npm build run package (react) terminal command
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
Solution 1:[1]
I usually use npm run build command for building it again. It overrides the previous one.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | vhbazan |
