mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
14 lines
126 B
Makefile
14 lines
126 B
Makefile
.PHONY: dist build preview lint
|
|
|
|
build:
|
|
@npm run build
|
|
|
|
dev:
|
|
@npm run dev
|
|
|
|
preview:
|
|
@npm run preview
|
|
|
|
lint:
|
|
@npm run lint
|