mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 10:24:02 +00:00
fix(db): repair notification migration workflow
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
pre-commit:
|
||||
parallel: true
|
||||
commands:
|
||||
db-migration-manifest:
|
||||
glob: 'packages/db/drizzle/*.sql'
|
||||
run: bun run db:migrations:manifest && git add packages/db/drizzle-checksums.json
|
||||
format:
|
||||
glob: '*.{ts,tsx,js,jsx,json,md}'
|
||||
run: bun run format:check
|
||||
@@ -13,6 +16,8 @@ pre-commit:
|
||||
pre-push:
|
||||
parallel: true
|
||||
commands:
|
||||
db-migrations:
|
||||
run: bun run db:migrations:check
|
||||
typecheck:
|
||||
run: bun run typecheck
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user