feat(dev-infra): add explicit change scope report

This commit is contained in:
Tianyi Cui
2026-07-27 19:53:50 +08:00
parent beb885c254
commit 61703d224b
9 changed files with 562 additions and 6 deletions
+1
View File
@@ -17,6 +17,7 @@
"build": "tsc -b && tsdown",
"build:web": "pnpm --filter @deepseek-ai/dsh-frontend run build",
"clean": "tsx scripts/clean.ts",
"change-scope": "tsx scripts/change-scope.ts",
"typecheck": "tsc -b",
"lint": "eslint .",
"lint:fix": "eslint . --fix",