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 79b0caf commit 111f890Copy full SHA for 111f890
.github/workflows/release.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Install Dependencies
51
run: pnpm install --frozen-lockfile
52
- name: Build
53
- run: pnpm build
+ run: pnpm -r --workspace-concurrency=1 build
54
- name: Release
55
run: pnpm run release:ci -- ${{github.event.inputs.releaseType}}
56
env:
0 commit comments