Skip to content

Commit

Permalink
Fix --min flag in nodejs 10
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-malko committed Oct 29, 2018
1 parent d35ce95 commit d8edce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const BUILD = Object.assign(
title: ' Release mode'
},
'min': {
flag: '--min',
flag: '-m',
title: ' Minify files only'
}
},
Expand Down

0 comments on commit d8edce4

Please sign in to comment.