1
0
mirror of https://github.com/fatedier/frp.git synced 2025-05-28 11:08:26 +00:00

9 lines
93 B
Makefile
Raw Normal View History

2017-03-27 02:15:31 +08:00
.PHONY: dist build
install:
@npm install
dev: install
@npm run dev
build:
@npm run build