frp/web/frps/Makefile

8 lines
71 B
Makefile
Raw Normal View History

2017-03-26 18:15:31 +00:00
.PHONY: dist build
2019-02-11 03:42:07 +00:00
2021-01-25 08:04:33 +00:00
build:
2019-02-11 03:42:07 +00:00
@npm run build
2017-03-26 18:15:31 +00:00
dev: install
2021-01-25 08:04:33 +00:00
@npm run dev