fix: test CI command
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user