git-bug/webui/Makefile
2020-02-11 22:11:08 +01:00

14 lines
125 B
Makefile

start:
npm start
install:
npm install
test:
npm run generate
npm run lint
CI=true npm run test
build:
npm run build