mirror of https://github.com/buster-so/buster.git
Update packages/database/package.json
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
47029669a3
commit
bd66820792
|
@ -39,7 +39,7 @@
|
|||
"dev": "tsc --watch",
|
||||
"lint": "biome check --write",
|
||||
"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:coverage": "vitest run --coverage",
|
||||
"test:watch": "vitest",
|
||||
|
|
Loading…
Reference in New Issue