Skip to content

Commit

Permalink
Merge pull request #17649 from ckeditor/fix-svg-check
Browse files Browse the repository at this point in the history
Internal: Don't verify SVG icons in `node_modules`. Fixes #17650.
  • Loading branch information
filipsobol authored Dec 16, 2024
2 parents fa2e169 + a1d2089 commit bb5273a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/clean-up-svg-icons.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const EXCLUDED_ICONS = [
];

// A pattern to match all the icons.
const ALL_ICONS_PATTERN = 'packages/**/theme/icons';
const ALL_ICONS_PATTERN = 'packages/*/theme/icons';

const { paths, verifyOnly } = parseArguments( process.argv.slice( 2 ) );

Expand Down

0 comments on commit bb5273a

Please sign in to comment.