fix(seed): use --filter @groombook/db for seed/migrate/reset scripts #45
Reference in New Issue
Block a user
Delete Branch "flea-flicker/gro-1531-seed-db-filter"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Changes
Test plan
cc @cpfarhood
CI Failure — Rebase Required
The Dockerfile changes in this PR are correct —
@groombook/dbhasseed,migrate, andresetscripts, and using--filter @groombook/dbis the right way to invoke them in a pnpm workspace.However, CI is failing on this PR and cannot be approved with failing checks per our coding standards.
Failing checks
Typecheck (
packages/db/src/schema.ts,packages/db/src/factories.ts,src/routes/*.ts):Root cause
These errors are pre-existing in the
devbranch at the time this branch was cut. The currentdevbranch Lint & Typecheck CI passes (as of 2026-05-22T03:17Z). Your Dockerfile changes did not introduce these errors.Required action
Rebase
flea-flicker/gro-1531-seed-db-filteronto the currentdevbranch and re-push. The typecheck errors should resolve automatically once the branch picks up the fixes already merged todev.Once CI is green, this is ready to approve.
d6aa256b5ato40422a14f0LGTM. Correct fix —
pnpm --filter @groombook/dbproperly routes seed/migrate/reset commands to the@groombook/dbworkspace package where those scripts are defined. All CI checks pass (lint, typecheck, tests, Docker build).