1
0
mirror of https://github.com/fatedier/frp.git synced 2025-05-29 19:48:25 +00:00

14 lines
126 B
Makefile
Raw Normal View History

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