Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
j4qfrost committed Feb 21, 2024
1 parent b5b461e commit 58ff909
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/test/auth_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ void main() {
},
dependencyOverrides: {
'fs_test_agent': {'path': join(project, '..', 'fs_test_agent')},
'conduit': {'path': join(project, '..', 'cli')},
'conduit_codable': {'path': join(project, '..', 'codable')},
'conduit_common': {'path': join(project, '..', 'common')},
'conduit_config': {'path': join(project, '..', 'config')},
Expand Down
1 change: 1 addition & 0 deletions packages/cli/test/not_tests/cli_helpers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ class CLIClient {
devDependencies: {"test": "^1.21.6"},
dependencyOverrides: {
'fs_test_agent': {'path': join(project, '..', 'fs_test_agent')},
'conduit': {'path': join(project, '..', 'cli')},
'conduit_codable': {'path': join(project, '..', 'codable')},
'conduit_common': {'path': join(project, '..', 'common')},
'conduit_config': {'path': join(project, '..', 'config')},
Expand Down
1 change: 1 addition & 0 deletions packages/core/lib/src/runtime/compiler.dart
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ class ConduitCompiler extends Compiler {
targetPubspecFile.writeAsStringSync(json.encode(pubspecContents));

final conduitPackages = [
{'name': 'conduit', 'path': 'cli'},
{'name': 'conduit_codable', 'path': 'codable'},
{'name': 'conduit_common', 'path': 'common'},
{'name': 'conduit_config', 'path': 'config'},
Expand Down

0 comments on commit 58ff909

Please sign in to comment.