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 2eed08e commit f82aab2Copy full SHA for f82aab2
.github/workflows/code_quality.yml
@@ -45,7 +45,7 @@ jobs:
45
run: melos exec -- "dart pub get"
46
47
- name: Build runner
48
- run: melos exec --scope=openapi-generator -- dart run build_runner build --delete-conflicting-outputs
+ run: melos exec --depends-on="build_runner" -- bash -c "cd \$MELOS_PACKAGE_PATH && dart run build_runner build --delete-conflicting-outputs"
49
- name: Validate formatting
50
run: melos format --set-exit-if-changed
51
- name: Run analyzer
0 commit comments