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 b7df78bd640cb6d32c3754afd6c2a1eb3dd71611..bfae53be98586d183e144139cb37a24df4571919 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. |