use npm ci
This commit is contained in:
+1
-1
@@ -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');
|
||||||
|
|||||||
Reference in New Issue
Block a user