7 lines
54 B
Makefile
7 lines
54 B
Makefile
run:
|
|
@npm start
|
|
|
|
.PHONY:build
|
|
build:
|
|
@npm run build
|