File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,14 @@ runs:
1616 steps :
1717 - name : Lint
1818 shell : bash
19- run : npx nx run-many -t lint --exclude website # --base=last-release <- add that back after fix
20-
19+ run : npx nx run-many -t lint --exclude website --base=last-release
2120 - name : Build packages
2221 shell : bash
23- run : npx nx run-many -t build --parallel=false --exclude website --skip-nx-cache # --base=last-release <- add that back
22+ run : npx nx run-many -t build --parallel=false --exclude website --skip-nx-cache --base=last-release
2423
2524 - name : Test all except headless
2625 shell : bash
27- run : npx nx run-many -t test # --base=last-release <- add that back
26+ run : npx nx run-many -t test --base=last-release
2827 env :
2928 NODE_OPTIONS : --experimental-vm-modules
3029
You can’t perform that action at this time.
0 commit comments