mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 10:12:06 +03:00
14 lines
125 B
Makefile
14 lines
125 B
Makefile
start:
|
|
npm start
|
|
|
|
install:
|
|
npm install
|
|
|
|
test:
|
|
npm run generate
|
|
npm run lint
|
|
CI=true npm run test
|
|
|
|
build:
|
|
npm run build
|