From 8afb135f659ad26f5c34b24d9f0b20781a42f63a Mon Sep 17 00:00:00 2001 From: Mikael Kristiansson Date: Tue, 22 Oct 2024 13:56:24 +0200 Subject: [PATCH] chore: re-add before build command --- src-tauri/tauri.conf.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 7ceadb4..ca0fd13 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,7 @@ { "$schema": "../node_modules/@tauri-apps/cli/schema.json", "build": { + "beforeBuildCommand": "yarn build", "beforeDevCommand": "yarn dev", "devPath": "http://localhost:3000", "distDir": "../dist"