fix(ci): run web unit tests with Bun
This commit is contained in:
parent
7e4d13a85c
commit
a010520a94
2 changed files with 4 additions and 2 deletions
|
|
@ -8,8 +8,8 @@
|
|||
"build": "rm -rf build && vite build && bun build src/server/index.ts --target bun --outdir build",
|
||||
"preview": "HOST=0.0.0.0 PORT=4173 bun build/index.js",
|
||||
"check": "tsc --noEmit",
|
||||
"test": "vitest run",
|
||||
"test:unit": "vitest run",
|
||||
"test": "bun --bun vitest run",
|
||||
"test:unit": "bun --bun vitest run",
|
||||
"test:e2e": "env -u NO_COLOR playwright test",
|
||||
"db:generate": "drizzle-kit generate",
|
||||
"db:check": "drizzle-kit check"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue