Index: sdk/lib/_internal/pub/lib/src/command/barback.dart |
diff --git a/sdk/lib/_internal/pub/lib/src/command/barback.dart b/sdk/lib/_internal/pub/lib/src/command/barback.dart |
index 72a50ba67325d1447a5ba8e26a3c7198c1327fa5..fcd2aecd42b2fa4e54ac4d74443c7a68cc4b7387 100644 |
--- a/sdk/lib/_internal/pub/lib/src/command/barback.dart |
+++ b/sdk/lib/_internal/pub/lib/src/command/barback.dart |
@@ -33,8 +33,8 @@ abstract class BarbackCommand extends PubCommand { |
/// build environment. |
final sourceDirectories = new Set<String>(); |
- /// Override this to specify the default build mode. |
- BarbackMode get defaultMode; |
+ /// The default build mode. |
+ BarbackMode get defaultMode => BarbackMode.RELEASE; |
/// Override this to specify the default source directories if none are |
/// provided on the command line. |