From 6c6f895ab5aec8d26dd819191754dda9b20ff140 Mon Sep 17 00:00:00 2001 From: Fantasy <37631123+Fantasy-programming@users.noreply.github.com> Date: Thu, 22 Feb 2024 21:41:27 +0000 Subject: [PATCH] Fix: Fix the CI/CD for the 21th time --- 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 0a1daac..bac1063 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "build": { - "beforeDevCommand": "bun run dev", - "beforeBuildCommand": "bun run build", + "beforeDevCommand": "yarn run dev", + "beforeBuildCommand": "yarn run build", "devPath": "http://localhost:1420", "distDir": "../dist" },