File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5959
6060 - name : Run tsc for libraries
6161 if : needs.paths-filter.outputs.libraries == 'true'
62- run : yarn workspaces foreach -ptW --from "./lib/*" run tsc
62+ run : yarn workspaces foreach -ptW --since --include "./lib/*" run tsc
6363
6464 - name : Run lint for libraries
6565 if : needs.paths-filter.outputs.libraries == 'true'
7171
7272 - name : Build, lint and run tsc for bundles and tabs
7373 if : needs.paths-filter.outputs.modules == 'true'
74- run : yarn workspaces foreach -j 5 -ptW --from "./src/{bundles,tsc}/*" run build --tsc --lint
74+ run : yarn workspaces foreach -j 5 -ptW --since --include "./src/{bundles,tsc}/*" run build --tsc --lint
7575
7676 - name : Test bundles and tabs
7777 if : needs.paths-filter.outputs.modules == 'true'
Original file line number Diff line number Diff line change 11[
2+ "aa",
23 "aah",
34 "aahed",
45 "aahing",
You can’t perform that action at this time.
0 commit comments