We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6d429 commit 9013740Copy full SHA for 9013740
.github/workflows/publish.yml
@@ -29,6 +29,9 @@ jobs:
29
- name: Bootstrap workspace
30
run: melos bootstrap --no-flutter
31
32
+ - name: Codegen
33
+ run: melos exec --depends-on=build_runner -- "dart run build_runner build --delete-conflicting-outputs"
34
+
35
- name: Validate packages
36
run: melos format && melos analyze && melos test
37
0 commit comments