6 lines
59 B
Makefile
6 lines
59 B
Makefile
|
build:
|
||
|
npm run build-${TARGET_ENV}
|
||
|
|
||
|
serve:
|
||
|
npm run serve
|