Skip to content

Commit

Permalink
Removed js-utils root exclusion artifact in pkg paths init
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed Apr 6, 2024
1 parent 6c4538b commit aa2f552
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pkg_roots=($(find . -type d -name "docs" `# paths to docs/` \
! -path "*/node_modules/*" `# exclude node_modules` \
-exec dirname {} \; | # get parent dir of found docs/
grep -Ev "^\.$|^./minify.js/$")) # exclude js-utils root + multi-platform pkgs
grep -Ev "^\.$")) # exclude multi-platform pkgs
# Sync READMEs per pkg
for pkg_root in "${pkg_roots[@]}" ; do
Expand Down

0 comments on commit aa2f552

Please sign in to comment.