Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 8ab21f3

Browse files
committed
chore(client): add tool to view circular deps
1 parent efdf79f commit 8ab21f3

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

apps/client/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@
7575
"dependsOn": [
7676
"^build"
7777
]
78+
},
79+
"circular-deps": {
80+
"command": "pnpx dpdm -T {projectRoot}/src/**/*.ts --tree=false --warning=false"
7881
}
7982
}
8083
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"@vitest/ui": "^3.0.0",
4646
"chalk": "5.4.1",
4747
"cross-env": "7.0.3",
48+
"dpdm": "3.14.0",
4849
"esbuild": "^0.25.0",
4950
"eslint": "^9.8.0",
5051
"eslint-config-prettier": "^10.0.0",

pnpm-lock.yaml

Lines changed: 18 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)