diff --git a/package.json b/package.json index 7a708181..293c74a1 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "db:reset": "tsx scripts/db-reset.ts --confirm", "db:reseed:realistic": "pnpm db:reset && pnpm db:seed:realistic", "db:reseed:synthetic": "pnpm db:reset && pnpm db:seed:synthetic", + "db:backfill:doc-folders": "tsx scripts/backfill-document-folders.ts", "test:e2e": "playwright test", "test:e2e:smoke": "playwright test --project=smoke", "test:e2e:exhaustive": "playwright test --project=exhaustive",