fix(gui): yarn install --frozen-lockfile

This commit is contained in:
Binarybaron 2025-10-28 00:36:18 +01:00
parent c3f3623b6e
commit cd3c32ba81

View file

@ -7,7 +7,7 @@
"frontendDist": "../src-gui/dist", "frontendDist": "../src-gui/dist",
"beforeBuildCommand": { "beforeBuildCommand": {
"cwd": "../src-gui", "cwd": "../src-gui",
"script": "yarn ci && yarn run build" "script": "yarn install --frozen-lockfile && yarn run build"
} }
}, },
"app": { "app": {