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.
This commit is contained in:
Thorsten Ball 2021-09-01 10:41:58 +02:00 committed by GitHub
parent 38dc36dbbc
commit b752540771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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