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
"test:types": "bun run --filter drizzle-pulse test:types",
"typecheck": "bun run build && bun run --filter '*' typecheck",
"test:integration": "bun run build && DATABASE_URL=postgresql://postgres:postgres@localhost:5433/postgres bun run --filter @drizzle-pulse/integration-tests test",
"lint": "bunx --bun biome lint --write .",
"format": "bunx --bun biome format --write .",
"ci:lint": "bunx --bun biome ci .",
"check": "bun run ci:lint",
"verify:publish": "bun run build && bun run --filter drizzle-pulse verify:publish"