chore: add make step to run tauri dev

This commit is contained in:
Louis 2025-03-28 17:28:45 +07:00
parent e9d1731781
commit b3c109f3a4
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2

View File

@ -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