1
0
mirror of https://github.com/fatedier/frp.git synced 2025-06-11 04:38:25 +00:00

8 lines
71 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
build:
@npm run build
2017-03-27 02:15:31 +08:00
dev: install
@npm run dev