mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 15:06:06 +00:00
npm-install ignore output
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user