From b752540771720cb602f5a53d91866b3aba7ddf3f Mon Sep 17 00:00:00 2001 From: Thorsten Ball Date: Wed, 1 Sep 2021 10:41:58 +0200 Subject: [PATCH] sg: Do not run gulp with --silent option (#24494) I suspect that when `--silent` is used, `gulp` also doesn't print errors on stderr. And since the output has become much less noisy, I think it's fine to re-enable it. --- sg.config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sg.config.yaml b/sg.config.yaml index 37222a600ec..976c6cd338c 100644 --- a/sg.config.yaml +++ b/sg.config.yaml @@ -269,11 +269,11 @@ commands: CADDY_VERSION: 2.3.0 web: - cmd: ./node_modules/.bin/gulp --silent --color dev + cmd: ./node_modules/.bin/gulp --color dev install: yarn --no-progress enterprise-web: - cmd: ./node_modules/.bin/gulp --silent --color dev + cmd: ./node_modules/.bin/gulp --color dev install: yarn --no-progress env: ENTERPRISE: 1