Skip to content

Commit

Permalink
add: 生成のコマンドをyamlに入れてみた
Browse files Browse the repository at this point in the history
  • Loading branch information
iseruuuuu committed Jan 15, 2024
1 parent c4b739a commit a2fe5c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/check-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ jobs:
dart pub global activate melos
melos bootstrap
# - name: Re-generate code
# run: |
# cd apps/app
# flutter pub run build_runner build --delete-conflicting-outputs

- name: Re-generate code
run: melos run re_generate_code --no-select
continue-on-error: true
Expand Down
2 changes: 0 additions & 2 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ scripts:
flutter: true

re_generate_code:
# exec: |
# cd apps/app
exec: flutter pub run build_runner build --delete-conflicting-outputs
packageFilters:
flutter: true
Expand Down

0 comments on commit a2fe5c2

Please sign in to comment.