remove faulty test execution pattern

This commit is contained in:
geoffsee
2025-06-09 23:04:57 -04:00
committed by Geoff Seemueller
parent 9e79c488ee
commit 362f50bf85

View File

@@ -10,7 +10,7 @@
],
"scripts": {
"clean": "packages/scripts/cleanup.sh",
"test:all": "bun run --filter='*' tests",
"test:all": "bunx vitest",
"client:dev": "(cd packages/client && bun run dev)",
"server:dev": "bun build:client && (cd packages/server && bun run dev)",
"build": "(cd packages/cloudflare-workers && bun run deploy:dry-run)",