defaultCommand top-level constant

List<String> const defaultCommand

The default value for customCommand in expectBuildClean.

Implementation

const defaultCommand = [
  dartPlaceHolder,
  'run',
  'build_runner',
  'build',
  '--delete-conflicting-outputs'
];