Delete dead script entry

This commit is contained in:
Kalle
2026-08-27 21:45:32 +03:00
parent eb0a5b6e3a
commit 23ccb32f0f

View File

@@ -19,7 +19,6 @@
"check-translation-jsons:no-write": "node scripts/check-translation-jsons.ts --no-write",
"check-articles": "vite-node scripts/check-articles.ts",
"bench:db": "cross-env DB_PATH=db-prod.sqlite3 VITE_PROD_MODE=true vite-node scripts/benchmark-db.ts",
"bench:db:seed-chat": "cross-env DB_PATH=db-prod.sqlite3 node scripts/seed-chat.ts",
"compute-luti-divs": "vite-node scripts/compute-luti-divs.ts",
"refresh-prod-db": "node scripts/refresh-prod-db.ts && pnpm run migrate:prod",
"biome:check": "biome check --error-on-warnings .",
@@ -136,4 +135,4 @@
"vitest": "4.1.11",
"vitest-browser-react": "2.2.0"
}
}
}