frp/web/Makefile

13 lines
145 B
Makefile
Raw Normal View History

2017-03-27 02:15:31 +08:00
.PHONY: dist build
2019-02-11 11:42:07 +08:00
2020-11-27 09:45:04 +08:00
build: install
2020-12-04 10:09:53 +08:00
@npm run build:s
@npm run build:c
2017-03-27 02:15:31 +08:00
dev: install
2020-12-04 10:09:53 +08:00
@npm run serve:s
@npm run serve:c
2020-11-27 09:45:04 +08:00
install:
@npm install