chore: 清理历史辅助文件

This commit is contained in:
2026-04-18 18:32:43 +08:00
parent 31b1469e39
commit 8731811e74
25 changed files with 7 additions and 4153 deletions
+1 -5
View File
@@ -8,11 +8,7 @@
"start": "next start",
"lint": "next lint",
"test": "vitest",
"test:e2e": "playwright test",
"taxonomy:backfill": "ts-node --compiler-options '{\"module\":\"CommonJS\",\"moduleResolution\":\"node\"}' scripts/backfill-tag-taxonomy.ts",
"signals:backfill-hot": "ts-node --compiler-options '{\"module\":\"CommonJS\",\"moduleResolution\":\"node\"}' scripts/backfill-signal-hotness.ts",
"domains:sync": "ts-node --compiler-options '{\"module\":\"CommonJS\",\"moduleResolution\":\"node\"}' scripts/sync-domain-scenarios.ts",
"tags:dedupe-free": "ts-node --compiler-options '{\"module\":\"CommonJS\",\"moduleResolution\":\"node\"}' scripts/dedupe-free-tags-to-canonical.ts"
"test:e2e": "playwright test"
},
"dependencies": {
"@prisma/client": "^6.1.0",