chore: document tauri commands
In order to not have to remember the command I'm adding it as a npm run-script. Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
This commit is contained in:
parent
fe999900ff
commit
02347759bd
1 changed files with 3 additions and 0 deletions
|
@ -4,7 +4,10 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
"dev:tauri": "tauri dev",
|
||||
"build": "vite build",
|
||||
"build:tauri": "tauri build",
|
||||
"build:tauri:debug": "tauri build --debug",
|
||||
"preview": "vite preview",
|
||||
"test": "playwright test",
|
||||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||
|
|
Loading…
Reference in a new issue