mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 15:51:43 +00:00
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:
parent
38dc36dbbc
commit
b752540771
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user