git-bug/webui/Makefile
2018-08-19 23:14:45 +02:00

12 lines
85 B
Makefile

start:
npm start
install:
npm install
test:
npm run lint
build:
npm run build