diff --git a/justfile b/justfile index 6b3acbf..f1d96e1 100644 --- a/justfile +++ b/justfile @@ -32,7 +32,7 @@ install-frontend-dep: pnpm i # 构建Paw-GUI,输出到 src-tauri/target/release/bundle 目录下 -build: build-proxy-cli build-system-service install-frontend-dep +build: build-system-service install-frontend-dep pnpm tauri build # 启动Paw-GUI开发模式