Update packages/database/package.json

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Nate Kelley 2025-07-16 11:25:10 -06:00 committed by GitHub
parent 47029669a3
commit bd66820792
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
"dev": "tsc --watch", "dev": "tsc --watch",
"lint": "biome check --write", "lint": "biome check --write",
"stop": "pnpm run db:stop", "stop": "pnpm run db:stop",
"start": "echo 'Running db:init from turbo.json' && npm run db:init", "start": "echo 'Running db:init from turbo.json' && pnpm run db:init",
"test": "vitest run", "test": "vitest run",
"test:coverage": "vitest run --coverage", "test:coverage": "vitest run --coverage",
"test:watch": "vitest", "test:watch": "vitest",