mirror of
https://github.com/fatedier/frp.git
synced 2026-03-20 08:49:16 +08:00
17 lines
175 B
Makefile
17 lines
175 B
Makefile
.PHONY: dist install build preview lint
|
|
|
|
install:
|
|
@cd .. && npm install
|
|
|
|
build: install
|
|
@npm run build
|
|
|
|
dev:
|
|
@npm run dev
|
|
|
|
preview:
|
|
@npm run preview
|
|
|
|
lint:
|
|
@npm run lint
|