diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index e61d95e26149fcb378bd901ca5e16b8fc0aa2486..286d0ee632da567407803d1775585b40b29dd675 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -6,8 +6,8 @@
   "build": {
     "distDir": "../dist",
     "devPath": "http://localhost:3000/proxy",
-    "beforeDevCommand": "npm run web:dev",
-    "beforeBuildCommand": "npm run web:build"
+    "beforeDevCommand": "yarn run web:dev",
+    "beforeBuildCommand": "yarn run web:build"
   },
   "tauri": {
     "systemTray": {
@@ -63,7 +63,9 @@
         "resizable": true,
         "fullscreen": false,
         "decorations": true,
-        "transparent": false
+        "transparent": false,
+        "minWidth": 600,
+        "minHeight": 520
       }
     ],
     "security": {