diff --git a/Gruntfile.js b/Gruntfile.js index 7880d2d4ab..237c8ec426 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -336,7 +336,7 @@ module.exports = grunt => { }); grunt.registerTask('npm-install', () => { - cp.execSync("npm install", {stdio: 'inherit'}); + cp.execSync("npm install", {stdio: 'ignore'}); }); grunt.loadNpmTasks('grunt-contrib-clean');