Skip to content

Commit

Permalink
fix(npm-scripts): ignore node_modules when minifying files
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceosterhaus committed Jul 26, 2023
1 parent df9f014 commit 81838ce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const MINIFY_GLOBS = [
path.posix.join(BUILD, '**', '*.js'),
'!*-min.js',
'!*.min.js',
'!node_modules',
];

if (process.env.MINIFY_JSP) {
Expand Down

0 comments on commit 81838ce

Please sign in to comment.