git-bug/webui/Makefile

20 lines
180 B
Makefile
Raw Normal View History

2018-08-19 00:00:53 +03:00
start:
npm start
install:
npm install
test:
2020-02-12 00:11:08 +03:00
npm run generate
2018-08-19 00:00:53 +03:00
npm run lint
2020-02-11 23:19:00 +03:00
CI=true npm run test
2018-08-19 00:00:53 +03:00
build:
npm run build
2020-02-23 17:58:39 +03:00
lint:
npm run lint
fix-lint:
npm run lint -- --fix