From 20da0df1376766b40b01dba442743d3a632a4c4b Mon Sep 17 00:00:00 2001 From: jaymie9019 Date: Wed, 3 May 2023 14:49:36 +0800 Subject: [PATCH] conf: modify conf --- src-tauri/tauri.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 591e361..82a3260 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "build": { - "beforeDevCommand": "pnpm dev", - "beforeBuildCommand": "pnpm build", + "beforeDevCommand": "yarn dev", + "beforeBuildCommand": "yarn build", "devPath": "http://localhost:1420", "distDir": "../dist", "withGlobalTauri": true