git-bug/webui/Makefile

12 lines
85 B
Makefile
Raw Normal View History

2018-08-19 00:00:53 +03:00
start:
npm start
install:
npm install
test:
npm run lint
build:
npm run build