git archive -o bc_api_base.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.
set-version -v 1.0.0-rc.1 -c
- Sets all the modules to a specific version number and tags the commit.