Skip to content

Commit 84d5df4

Browse files
committed
CI workflow update
1 parent 2e03d10 commit 84d5df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install dependencies
3838
run: pnpm install
3939
- name: 📦 Bundle
40-
run: pnpm build
40+
run: pnpm -r --workspace-concurrency=1 build
4141
- name: 🧪 Run Tests
4242
run: pnpm test
4343
- name: 🐛 Debug Build

0 commit comments

Comments
 (0)