git archive -o bluecadet_utilities.tar HEAD
npm run build
- Runs a build of css and js files.
npm run watch
- Watches configured files for changes.
npm run clean
- Deletes all files from dist folders.
npm run set-version 1.0.0-rc.1
- Sets all the modules to a specific version number and tags the commit.