mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Improve yarn start output (#25773)
This commit is contained in:
parent
d3299796f5
commit
a8b660d919
@ -31,6 +31,7 @@ const startTaskRunner: TaskRunner<StartTaskOptions> = async ({ watchThemes, noTs
|
||||
jobs.filter(job => !!job),
|
||||
{
|
||||
killOthers: ['failure', 'failure'],
|
||||
raw: true,
|
||||
}
|
||||
);
|
||||
} catch (e) {
|
||||
|
Loading…
Reference in New Issue
Block a user