File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 7070 run : yarn test:libs
7171
7272 - name : Build, lint and run tsc for bundles and tabs
73- if : needs.paths-filter.outputs.modules == 'true'
73+ if : needs.paths-filter.outputs.devserver == 'true' || needs.paths-filter.outputs. modules == 'true'
7474 run : yarn workspaces foreach -j 5 -ptW --from "./src/{bundles,tsc}/*" run build --tsc --lint
7575
7676 - name : Test bundles and tabs
Original file line number Diff line number Diff line change 1+ yarn constraints
12yarn workspaces foreach -ptR -j 5 --since --include "./src/{bundles,tabs}/*" run buildtools prebuild
23yarn workspaces foreach -ptR -j 5 --since --include "./src/{bundles,tabs}/*" run test
34yarn workspaces foreach -ptW --since --include "./{lib,devserver}/*" run lint
You can’t perform that action at this time.
0 commit comments