test: add local verification command

This commit is contained in:
Yuri Karamian
2026-08-17 21:08:31 +02:00
parent 0391a60c1b
commit dd748776b2
2 changed files with 12 additions and 0 deletions
+8
View File
@@ -178,6 +178,14 @@ pnpm install
pnpm tauri dev
```
### Verification
Run the frontend checks and tests, Rust tests and lints, and production frontend build with one command:
```bash
pnpm verify
```
### Production Build
```bash