Skip to content

Commit

Permalink
fix(melos): app_mobile scope
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsutakein committed Aug 31, 2024
1 parent 7c708a9 commit 2091d1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ scripts:
# hooks
bootstrap:post_hooks:
steps:
- gen:mobile_app
- gen:app_mobile

# analyze
analyze:
Expand Down Expand Up @@ -49,9 +49,9 @@ scripts:
description: Run build_runner.
packageFilters:
dependsOn: "build_runner"
gen:mobile_app:
gen:app_mobile:
run: |
melos exec --scope="mobile_app" \
melos exec --scope="app_mobile" \
dart run build_runner build --delete-conflicting-outputs
description: Run build_runner.
gen:l10n:
Expand Down

0 comments on commit 2091d1d

Please sign in to comment.