Skip to content

Commit

Permalink
fix: export MelosConfigException for programatic usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Salakar committed Mar 18, 2022
1 parent e856cfa commit 8b7fbfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/melos/lib/melos.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export 'src/commands/runner.dart'
ScriptNotFoundException,
ListOutputKind;
export 'src/common/exception.dart' show CancelledException, MelosException;
export 'src/common/validation.dart' show MelosConfigException;
export 'src/package.dart' show Package, PackageFilter, PackageMap, PackageType;
export 'src/workspace.dart' show IdeWorkspace, MelosWorkspace;
export 'src/workspace_configs.dart'
Expand Down

0 comments on commit 8b7fbfb

Please sign in to comment.