Improve yarn start output (#25773)

pull/25805/head
Dominik Prokop 5 years ago committed by GitHub
parent d3299796f5
commit a8b660d919
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/grafana-toolkit/src/cli/tasks/core.start.ts

@ -31,6 +31,7 @@ const startTaskRunner: TaskRunner<StartTaskOptions> = async ({ watchThemes, noTs
jobs.filter(job => !!job), jobs.filter(job => !!job),
{ {
killOthers: ['failure', 'failure'], killOthers: ['failure', 'failure'],
raw: true,
} }
); );
} catch (e) { } catch (e) {

Loading…
Cancel
Save