Skip to content

Commit 39b904d

Browse files
committed
fix: remove duplication
1 parent a6843d1 commit 39b904d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/scripts/changed-modules.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ for packageJSONFile in $(find "${ROOT_DIR}" -name "package.json" -not -path "*/n
7474
modules+=("\"${name}\"")
7575
fi
7676
done
77-
# sort modules array
78-
IFS=$'\n' modules=($(sort <<<"${modules[*]}"))
79-
unset IFS
8077

8178
# sort modules array
8279
IFS=$'\n' modules=($(sort <<<"${modules[*]}"))

0 commit comments

Comments
 (0)