Makefile

 1start:
 2	npm start
 3
 4install:
 5	npm install
 6
 7test:
 8	npm run generate
 9	npm run lint
10	CI=true npm run test
11
12build:
13	npm run build