frp/web/Makefile
2020-12-04 10:41:39 +08:00

13 lines
145 B
Makefile

.PHONY: dist build
build: install
@npm run build:s
@npm run build:c
dev: install
@npm run serve:s
@npm run serve:c
install:
@npm install