git-bug/webui/Makefile
2020-02-23 15:58:39 +01:00

20 lines
180 B
Makefile

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