I ran npm run build in the repo, and these are the changes that were generated. I expected to just get a new hash, but it created many other changes that I was not expecting. I wonder if the code for npm run build are different than what was previously run to generate the minified files.
If there is a different command that was previously run to build the project, we should put that in the package.json file, so that builds are consistent.
I ran
npm run build
in the repo, and these are the changes that were generated. I expected to just get a new hash, but it created many other changes that I was not expecting. I wonder if the code fornpm run build
are different than what was previously run to generate the minified files.If there is a different command that was previously run to build the project, we should put that in the
package.json
file, so that builds are consistent.