9 lines
62 B
Makefile
9 lines
62 B
Makefile
|
build:
|
||
|
npm run build
|
||
|
|
||
|
test:
|
||
|
npm run test
|
||
|
|
||
|
fix:
|
||
|
npm run fix
|