chore: add make step to run tauri dev

This commit is contained in:
Louis 2025-03-28 17:28:45 +07:00
parent 3b93e29c3e
commit aea39d372a
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