From 85431de42b1a7971ea257b7837d3383159f27ed1 Mon Sep 17 00:00:00 2001 From: linonetwo Date: Thu, 9 Feb 2023 21:06:17 +0800 Subject: [PATCH] chore: don't need build web --- client-app/src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-app/src-tauri/tauri.conf.json b/client-app/src-tauri/tauri.conf.json index 2f0228134b..de50deea85 100644 --- a/client-app/src-tauri/tauri.conf.json +++ b/client-app/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "build": { "beforeDevCommand": "pnpm dev:prerequisite", - "beforeBuildCommand": "pnpm build:web && pnpm build:preload && pnpm build:affine && pnpm build:preload", + "beforeBuildCommand": "pnpm build:preload && pnpm build:affine", "devPath": "http://localhost:8080", "distDir": "../public", "withGlobalTauri": false