From 4ca8b6c5f6baba78049e08a15300e4493cef5c7b Mon Sep 17 00:00:00 2001 From: Jai A Date: Tue, 9 Jul 2024 12:51:51 -0700 Subject: [PATCH] fix before build command --- apps/app/tauri.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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