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