frp/web/frps/Makefile

9 lines
93 B
Makefile

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