archiving old seeding scripts, removing them from package.json scripts

This commit is contained in:
lila 2026-04-20 10:10:28 +02:00
parent a3d19d36f6
commit e718d188d5
10 changed files with 7 additions and 1057435 deletions

View file

@ -6,9 +6,7 @@
"scripts": {
"build": "tsc",
"generate": "drizzle-kit generate",
"migrate": "drizzle-kit migrate",
"db:seed": "npx tsx src/seeding-datafiles.ts",
"db:build-deck": "npx tsx src/generating-deck.ts"
"migrate": "drizzle-kit migrate"
},
"dependencies": {
"@lila/shared": "workspace:*",