
1. `npm run build`
Compile ES6 to **build** directory.    

2. `npm run dist`
Compile and minify ES6 to **dist** directory.    

3. `npm run test`
Run tests in `test` directory.    

4. `NODE_ENV=production npm run test`
Run tests in production.
