3 lines
40 B
Makefile
3 lines
40 B
Makefile
|
all :
|
||
|
npm install
|
||
|
npm run-script build
|