test: update test command to run without watch mode
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
+2
-2
@@ -6,8 +6,8 @@
|
||||
"start": "vite",
|
||||
"build": "vite build",
|
||||
"serve": "vite preview",
|
||||
"test": "vitest",
|
||||
"test:ci": "vitest --watch=false",
|
||||
"test:watch": "vitest",
|
||||
"test": "vitest --watch=false",
|
||||
"test:coverage": "vitest run --coverage --watch=false",
|
||||
"type-check": "tsc --noEmit",
|
||||
"lint": "eslint . --ext ts,tsx,js,jsx --report-unused-disable-directives --max-warnings 0",
|
||||
|
||||
Reference in New Issue
Block a user