1
0
mirror of https://github.com/fatedier/frp.git synced 2025-03-13 15:53:38 +00:00
frp/web/frpc/Makefile

14 lines
126 B
Makefile
Raw Normal View History

.PHONY: dist build preview lint
2019-02-01 11:26:10 +00:00
build:
@npm run build
dev:
2019-02-01 11:26:10 +00:00
@npm run dev
preview:
@npm run preview
lint:
@npm run lint