Important
Commit only after running the build-script and only if the build was successful
After making changes to the code, you must run the build script:
npm run build
The build script also checks the JavaScript using JavaScript Standard Style, so don't be surprised if the build fails; if it does, deal with any issues and then try again.