From cd3c32ba817100627f6bb643c20c900a7368fdfc Mon Sep 17 00:00:00 2001 From: Binarybaron Date: Tue, 28 Oct 2025 00:36:18 +0100 Subject: [PATCH] fix(gui): yarn install --frozen-lockfile --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 2841523f..65ffbe02 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ "frontendDist": "../src-gui/dist", "beforeBuildCommand": { "cwd": "../src-gui", - "script": "yarn ci && yarn run build" + "script": "yarn install --frozen-lockfile && yarn run build" } }, "app": {