fix: test CI command

This commit is contained in:
2026-02-10 17:01:03 -03:00
parent b423082b1f
commit ed6738381a
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -47,5 +47,5 @@ jobs:
working-directory: ./client
- name: Run tests
run: npm test -- --watchAll=false
run: npm run test:no-watch
working-directory: ./client
+1
View File
@@ -37,6 +37,7 @@
"build": "tsc && vite build",
"preview": "vite build && vite preview",
"test": "vitest",
"test:no-watch": "vitest --watch=false",
"test:coverage": "vitest run --coverage --watch=false",
"lint": "./node_modules/.bin/eslint",
"lint:fix": "./node_modules/.bin/eslint --fix"