Add dependency duplication check between app and framework

Adds check-deps.ts which ensures backend/package.json doesn't duplicate
any dependencies already provided by backend/diachron/package.json.
Integrated into backend/check.sh.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-02 19:39:13 -05:00
parent eabec3816b
commit 341db4f821
6 changed files with 81 additions and 1 deletions

View File

@@ -11,4 +11,5 @@ out_dir="$check_dir/out"
source "$check_dir"/../diachron/shims/common
source "$check_dir"/../diachron/shims/node.common
$ROOT/cmd tsx "$check_dir/check-deps.ts"
$ROOT/cmd pnpm tsc --outDir "$out_dir"