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:
André Jaenisch 2024-03-08 17:16:03 +01:00
parent fe999900ff
commit 02347759bd
No known key found for this signature in database
GPG key ID: 5A668E771F1ED854

View file

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