Skip to content

Commit

Permalink
make the doctor command visible (#3505)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 authored May 12, 2023
1 parent 467ee91 commit 2b46620
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 3 additions & 1 deletion build_runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## 2.4.3-wip
## 2.4.3

- Make the `doctor` command visible.

## 2.4.2

Expand Down
3 changes: 0 additions & 3 deletions build_runner/lib/src/entrypoint/doctor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ class DoctorCommand extends BuildRunnerCommand {
@override
String get name => 'doctor';

@override
bool get hidden => true;

@override
String get description => 'Check for misconfiguration of the build.';

Expand Down
2 changes: 1 addition & 1 deletion build_runner/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build_runner
version: 2.4.3-wip
version: 2.4.3
description: A build system for Dart code generation and modular compilation.
repository: https://github.com/dart-lang/build/tree/master/build_runner

Expand Down

0 comments on commit 2b46620

Please sign in to comment.