Skip to content

Commit

Permalink
updated pubspec_overrides so we can do local builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsutton committed Mar 20, 2024
1 parent 28eab70 commit 6050548
Show file tree
Hide file tree
Showing 24 changed files with 463 additions and 222 deletions.
6 changes: 6 additions & 0 deletions dcli.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
},
{
"path": "dcli_common"
},
{
"path": "dcli_test"
},
{
"path": "dcli_unit_tester"
}
]
}
6 changes: 6 additions & 0 deletions dcli/test/test_script/general/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: general
description: used for testing.
version: 1.0.0
publish_to: none

Expand All @@ -18,8 +19,13 @@ dev_dependencies:
dependency_overrides:
dcli:
path: ../../..
dcli_common:
path: ../../../../dcli_common
dcli_core:
path: ../../../../dcli_core
dcli_terminal:
path: ../../../../dcli_terminal



executables:
Expand Down
6 changes: 6 additions & 0 deletions dcli/test/test_script/traditional_project/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: traditional_project
description: a simple cli project used by the test framework.
version: 1.0.0

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -15,8 +17,12 @@ dev_dependencies:
dependency_overrides:
dcli:
path: ../../..
dcli_common:
path: ../../../../dcli_common
dcli_core:
path: ../../../../dcli_core
dcli_terminal:
path: ../../../../dcli_terminal


executables:
Expand Down
Loading

0 comments on commit 6050548

Please sign in to comment.