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 cbe6087 commit 5534736Copy full SHA for 5534736
.github/actions/test/action.yml
@@ -24,7 +24,7 @@ runs:
24
25
- name: Build packages
26
shell: bash
27
- run: npx nx run-many -t build --exclude website # --base=last-release <- add that back
+ run: npx nx run-many -t build --parallel=false --exclude website # --base=last-release <- add that back
28
29
# - name: Build storybook
30
# shell: bash
0 commit comments