Skip to content

Commit

Permalink
Remove unnecessary pub upgrade from update-version command (#6877)
Browse files Browse the repository at this point in the history
* Remove unnecessary pub upgrade from update-version command

* remove unused import
  • Loading branch information
kenzieschmoll authored Dec 1, 2023
1 parent 2e85e26 commit 8c74f9d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tool/lib/commands/update_version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import 'dart:io';

import 'package:args/command_runner.dart';
import 'package:devtools_tool/devtools_command_runner.dart';
import '../utils.dart';

// This script must be executed from the top level devtools/ directory.
Expand Down Expand Up @@ -54,12 +53,6 @@ Future<void> performTheVersionUpdate({
File(pathFromRepoRoot('packages/devtools_app/lib/devtools.dart')),
newVersion,
);

await DevToolsCommandRunner().run([
'pub-get',
'--upgrade',
'--only-main',
]);
}

Future<void> resetReleaseNotes({
Expand Down

0 comments on commit 8c74f9d

Please sign in to comment.