Skip to content

Commit 2b46620

Browse files
authored
make the doctor command visible (#3505)
1 parent 467ee91 commit 2b46620

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

build_runner/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## 2.4.3-wip
1+
## 2.4.3
2+
3+
- Make the `doctor` command visible.
24

35
## 2.4.2
46

build_runner/lib/src/entrypoint/doctor.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ class DoctorCommand extends BuildRunnerCommand {
2121
@override
2222
String get name => 'doctor';
2323

24-
@override
25-
bool get hidden => true;
26-
2724
@override
2825
String get description => 'Check for misconfiguration of the build.';
2926

build_runner/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build_runner
2-
version: 2.4.3-wip
2+
version: 2.4.3
33
description: A build system for Dart code generation and modular compilation.
44
repository: https://github.com/dart-lang/build/tree/master/build_runner
55

0 commit comments

Comments
 (0)