It is generally a good practice to keep the build products outside of the source control. As a final step, you may find it convenient to run watch-css automatically with npm start, and run build-css as a part of npm run build. You can use the && operator to execute two scripts ...