Skip to content

Commit

Permalink
💚 ++
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Nov 4, 2023
1 parent 1b14c5c commit 4d3643b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/melos_bootstrap_ignores.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'package:melos/melos.dart'
import 'package:pub_semver/pub_semver.dart';
import 'package:yaml/yaml.dart';

Future<String> main() async {
void main() async {
final root = Platform.environment['MELOS_ROOT_PATH'] as String;
final config = MelosWorkspaceConfig.fromYaml(
loadYamlNode(
Expand All @@ -33,7 +33,7 @@ Future<String> main() async {
})
.whereType<String>()
.join(',');
return satisfiedPackages;
print(satisfiedPackages);
}

extension YamlUtils on YamlNode {
Expand Down

0 comments on commit 4d3643b

Please sign in to comment.