use npm ci

This commit is contained in:
Yuri Kuznetsov
2022-02-11 12:28:16 +02:00
parent 4cb67cd4df
commit 3b414d1077
+1 -1
View File
@@ -405,7 +405,7 @@ module.exports = grunt => {
}); });
grunt.registerTask('npm-install', () => { grunt.registerTask('npm-install', () => {
cp.execSync("npm install", {stdio: 'ignore'}); cp.execSync("npm ci", {stdio: 'ignore'});
}); });
grunt.loadNpmTasks('grunt-contrib-clean'); grunt.loadNpmTasks('grunt-contrib-clean');