From b3c109f3a4fa72c6ad84a6969aead73d1c096716 Mon Sep 17 00:00:00 2001 From: Louis Date: Fri, 28 Mar 2025 17:28:45 +0700 Subject: [PATCH] chore: add make step to run tauri dev --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 0c2a2ef8a..1f8b4f4ba 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,10 @@ endif dev: check-file-counts yarn dev +dev-tauri: check-file-counts + yarn install:cortex + yarn dev:tauri + # Linting lint: check-file-counts yarn lint