mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-12 15:16:29 +03:00
20 lines
180 B
Makefile
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
|