mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 18:23:08 +03:00
12 lines
85 B
Makefile
12 lines
85 B
Makefile
|
start:
|
||
|
npm start
|
||
|
|
||
|
install:
|
||
|
npm install
|
||
|
|
||
|
test:
|
||
|
npm run lint
|
||
|
|
||
|
build:
|
||
|
npm run build
|