We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2599c8d commit c107ecfCopy full SHA for c107ecf
.scripts/bash/circular-dependency-check
@@ -11,7 +11,7 @@ TEMP_OUTPUT=$(mktemp)
11
trap "rm -f $TEMP_OUTPUT" EXIT
12
13
if command -v yarn &> /dev/null; then
14
- yarn dlx skott "$ENTRY_POINT" \
+ yarn exec skott "$ENTRY_POINT" \
15
--displayMode=file-tree \
16
--showCircularDependencies \
17
--ignorePattern="$IGNORE_PATTERNS" \
0 commit comments