Skip to content

Commit 95d5e3b

Browse files
committed
ci: update test command
1 parent 565e2ce commit 95d5e3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"server:https": "vite --config e2e/vite.config-https.ts",
4343
"test": "concurrently -n 'server,client' -c 'blue,green' 'npm:test:*'",
4444
"test:e2e": "playwright test",
45-
"test:unit": "vitest run"
45+
"test:unit": "vitest run --exclude e2e"
4646
},
4747
"dependencies": {
4848
"@total-typescript/tsconfig": "^1.0.4",

0 commit comments

Comments
 (0)