7 lines
71 B
Makefile
7 lines
71 B
Makefile
|
node_modules:
|
||
|
npm install
|
||
|
|
||
|
.PHONY: build
|
||
|
build:
|
||
|
npm run-script build
|