You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"check:migrations": "bun run scripts/check-migrations.ts",
"check:markdown": "bun run scripts/check-markdown-links.ts",
"check:test-placeholders": "bun run scripts/check-test-placeholders.ts",
"audit:dependencies": "bun run scripts/check-dependency-advisories.ts",
"openapi:docs": "NODE_ENV=test OPENAPI_OUTPUT=${OPENAPI_OUTPUT:-$HOME/Documents/lab/tools/docs/public/openapi.json} bun run scripts/generate-openapi.ts",
"db:migrate": "bun run --cwd packages/db drizzle-kit migrate",
"db:generate": "bun run --cwd packages/db drizzle-kit generate",