We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ade73a1 commit 76e2194Copy full SHA for 76e2194
.github/workflows/release-v1-beta-core.yml
@@ -42,7 +42,7 @@ jobs:
42
run: pnpm install --frozen-lockfile
43
44
- name: Build all packages
45
- run: pnpm -r --sort run build
+ run: pnpm -r --concurrency 1 run build
46
47
- name: Publishing core (Beta)
48
id: publish-core
0 commit comments