The build.sh script that uses npm for building and redeploying the React app should be optimized in a fashion similar to Makefiles, where only files that have been changes since the last redeployment are recompiled and everything is merely linked back together.
The build.sh script that uses npm for building and redeploying the React app should be optimized in a fashion similar to Makefiles, where only files that have been changes since the last redeployment are recompiled and everything is merely linked back together.