Skip to content

Commit

Permalink
Merge branch 'main' into feat_local_folder
Browse files Browse the repository at this point in the history
  • Loading branch information
appflowy committed Apr 28, 2022
2 parents 233b936 + 0662e37 commit 2d4aafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Code Generation
working-directory: frontend/app_flowy
run: |
flutter packages pub run easy_localization:generate -S ./assets/translations -f keys -O lib/generated -o locale_keys.g.dart
flutter packages pub run easy_localization:generate -f keys -o locale_keys.g.dart -S assets/translations -s en.json
flutter packages pub run build_runner build --delete-conflicting-outputs
- name: Run Flutter Analyzer
working-directory: frontend/app_flowy
Expand Down

0 comments on commit 2d4aafd

Please sign in to comment.