Skip to content

Commit 716d878

Browse files
committed
add tool as part of monorepo
1 parent 10b4d06 commit 716d878

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
3636
with:
3737
channel: beta
38-
- run: cd tool && flutter pub get && dart ci_script.dart && cd ../
38+
- run: flutter pub get && dart tool/ci_script.dart
3939

4040
# android-build:
4141
# runs-on: ubuntu-latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A collection of open source samples that illustrate best practices for
77

88
## Contributing
99

10-
We're very appreciative of fixes and necessary improvements to the existing samples. **But in most cases, we're not currently adding new samples to this repository** while we rethink sample code in the post-LLM world.
10+
We appreciate fixes and necessary improvements to existing samples. **But in most cases, we're not currently adding new samples to this repository** while we rethink sample code in the new LLM world.
1111

1212
Please read the [contributor's guide] if you have contributions.
1313

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ workspace:
4545
- simplistic_calculator
4646
- simplistic_editor
4747
- testing_app
48+
- tool
4849
- veggieseasons
4950
- web_embedding/element_embedding_demo
5051
- web_embedding/ng-flutter/flutter

tool/pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: repo_tool
22
description: A tool to automate release cleanup for the samples monorepo.
3+
resolution: workspace
4+
35
environment:
46
sdk: ^3.9.0-0
57

0 commit comments

Comments
 (0)