diff --git a/apps/app/tauri.conf.json b/apps/app/tauri.conf.json index 81145fce0..0cb4c834d 100644 --- a/apps/app/tauri.conf.json +++ b/apps/app/tauri.conf.json @@ -1,7 +1,7 @@ { "build": { - "beforeDevCommand": "turbo run dev --filter=@modrinth/app-frontend", - "beforeBuildCommand": "turbo run build --filter=@modrinth/app-frontend", + "beforeDevCommand": "pnpm turbo run dev --filter=@modrinth/app-frontend", + "beforeBuildCommand": "pnpm turbo run build --filter=@modrinth/app-frontend", "devPath": "http://localhost:1420", "distDir": "../app-frontend/dist", "withGlobalTauri": false