mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #5622 from overleaf/jpa-less-verbose-ci
[web] less verbose CI GitOrigin-RevId: 4935fa7f10db9309376c548788277c79b9ec50db
This commit is contained in:
parent
71b5a4938d
commit
b5998148e7
1 changed files with 0 additions and 2 deletions
|
@ -18,8 +18,6 @@ module.exports = {
|
|||
Settings.env || DEFAULT_ENV,
|
||||
]
|
||||
execFile('npm', args, (error, stdout, stderr) => {
|
||||
console.log(stdout)
|
||||
console.error(stderr)
|
||||
if (error) {
|
||||
throw error
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue