#!/bin/sh

npm run build:dev
npm run build:prod
npm test
npm run check:coverage
npm run report

# -- oOo ---
