chore: add app:dev / app:bundle npm aliases and document them
Thin aliases for `tauri dev` / `tauri build`; raw `npm run tauri <cmd>` still works.
This commit is contained in:
@@ -10,7 +10,9 @@
|
||||
"preview": "vite preview",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"tauri": "tauri"
|
||||
"tauri": "tauri",
|
||||
"app:dev": "tauri dev",
|
||||
"app:bundle": "tauri build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@codemirror/lang-sql": "^6.10.0",
|
||||
|
||||
Reference in New Issue
Block a user