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 6dd3104 commit bdd1737Copy full SHA for bdd1737
.github/workflows/pull-request.yml
@@ -76,6 +76,10 @@ jobs:
76
- name: Test bundles and tabs
77
if: needs.paths-filter.outputs.modules == 'true'
78
run: yarn test:modules
79
+
80
+ - name: Build manifest
81
+ if: needs.paths-filter.outputs.devserver == 'true' || needs.paths-filter.outputs.modules == 'true'
82
+ run: yarn buildtools build manifest
83
84
- name: Run tsc for Dev Server
85
if: needs.paths-filter.outputs.devserver == 'true'
0 commit comments