Skip to content

Commit

Permalink
Make autoformat-out-wpt quieter (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
kainino0x authored Jun 10, 2020
1 parent afcbdc6 commit 7c44fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module.exports = function (grunt) {
},
'autoformat-out-wpt': {
cmd: 'node',
args: ['node_modules/.bin/prettier', '--write', 'out-wpt/**/*.js'],
args: ['node_modules/.bin/prettier', '--loglevel=warn', '--write', 'out-wpt/**/*.js'],
}
},

Expand Down

0 comments on commit 7c44fd7

Please sign in to comment.