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 2e03d10 commit 84d5df4Copy full SHA for 84d5df4
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Install dependencies
38
run: pnpm install
39
- name: 📦 Bundle
40
- run: pnpm build
+ run: pnpm -r --workspace-concurrency=1 build
41
- name: 🧪 Run Tests
42
run: pnpm test
43
- name: 🐛 Debug Build
0 commit comments