From aea39d372a39f7b554477fbd36ba9db3fc4cf5f7 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