Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
feat: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scffs committed Dec 9, 2023
1 parent 20cfc29 commit 505f362
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
"lint": "biome lint . --apply",
"format": "biome format . --write",
"build": "bun build ./src/index.ts --outdir dist --minify --target bun --splitting",
"build:types": "tsc --noEmit"
"build:types": "tsc --noEmit",
"tests": "bun test --coverage"
},
"dependencies": {
"@elysiajs/swagger": "^0.7.4",
"@prisma/client": "5.7.0",
"elysia": "latest",
"postgres": "^3.4.3"
},
Expand Down
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit 505f362

Please sign in to comment.