diff --git a/Gruntfile.js b/Gruntfile.js index 06a848439f54..13c5ba3fc160 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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'], } },