mirror of
https://github.com/ZeroDream-CN/SakuraFrp
synced 2024-11-22 15:44:42 +00:00
9 lines
93 B
Makefile
9 lines
93 B
Makefile
.PHONY: dist build
|
|
install:
|
|
@npm install
|
|
|
|
dev: install
|
|
@npm run dev
|
|
|
|
build:
|
|
@npm run build
|