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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user