frp/web/frps/Makefile
2026-02-04 12:50:20 +08:00

17 lines
166 B
Makefile

.PHONY: dist install build preview lint
install:
@npm install
build: install
@npm run build
dev:
@npm run dev
preview:
@npm run preview
lint:
@npm run lint