Skip to content

Commit

Permalink
Make sdkpath not late in melos workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
acoutts committed Apr 28, 2022
1 parent 79c9973 commit 9364e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/melos/lib/src/workspace.dart
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class MelosWorkspace {
allPackages.values.any((package) => package.isFlutterPackage);

/// Optionally specify sdk path for dart/flutter
late final String? sdkPath;
final String? sdkPath;

/// Returns a string path to the 'melos_tool' directory in this workspace.
/// This directory should be git ignored and is used by Melos for temporary tasks
Expand Down

0 comments on commit 9364e2e

Please sign in to comment.