mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Improve yarn start output (#25773)
This commit is contained in:
@@ -31,6 +31,7 @@ const startTaskRunner: TaskRunner<StartTaskOptions> = async ({ watchThemes, noTs
|
||||
jobs.filter(job => !!job),
|
||||
{
|
||||
killOthers: ['failure', 'failure'],
|
||||
raw: true,
|
||||
}
|
||||
);
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user