test: add bun test runner

This commit is contained in:
William Valentin
2026-01-31 23:43:54 -08:00
parent 748b930a1f
commit ddedfda976
2 changed files with 9 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
"packages/*"
],
"scripts": {
"test": "bun test",
"typecheck": "bunx tsc -p packages/config/tsconfig.json --noEmit && bunx tsc -p packages/db/tsconfig.json --noEmit && bunx tsc -p packages/minio/tsconfig.json --noEmit && bunx tsc -p packages/queue/tsconfig.json --noEmit && bunx tsc -p apps/worker/tsconfig.json --noEmit && bunx tsc -p apps/web/tsconfig.json --noEmit",
"lint": "bunx eslint .",
"format": "bunx prettier . --check"