diff --git a/Gruntfile.js b/Gruntfile.js index 369887b6b2..165433f3ed 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -405,7 +405,7 @@ module.exports = grunt => { }); grunt.registerTask('npm-install', () => { - cp.execSync("npm install", {stdio: 'ignore'}); + cp.execSync("npm ci", {stdio: 'ignore'}); }); grunt.loadNpmTasks('grunt-contrib-clean');