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

Commit 79b3b92

Browse files
committed
chore(client): skip dynamic imports in cyclic check
1 parent ae1a4fb commit 79b3b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
]
7878
},
7979
"circular-deps": {
80-
"command": "pnpx dpdm -T {projectRoot}/src/**/*.ts --tree=false --warning=false"
80+
"command": "pnpx dpdm -T {projectRoot}/src/**/*.ts --tree=false --warning=false --skip-dynamic-imports=circular"
8181
}
8282
}
8383
}

0 commit comments

Comments
 (0)