Skip to content

Commit c107ecf

Browse files
committed
fix: 🐛 skott cmd call
1 parent 2599c8d commit c107ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scripts/bash/circular-dependency-check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TEMP_OUTPUT=$(mktemp)
1111
trap "rm -f $TEMP_OUTPUT" EXIT
1212

1313
if command -v yarn &> /dev/null; then
14-
yarn dlx skott "$ENTRY_POINT" \
14+
yarn exec skott "$ENTRY_POINT" \
1515
--displayMode=file-tree \
1616
--showCircularDependencies \
1717
--ignorePattern="$IGNORE_PATTERNS" \

0 commit comments

Comments
 (0)