Skip to content

Commit 360330f

Browse files
committed
Release workflow update
1 parent 6a83541 commit 360330f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@ jobs:
5050
- name: Install Dependencies
5151
run: pnpm install
5252
- name: Build
53-
run: pnpm -r --workspace-concurrency=1 build
53+
run: |
54+
pnpm --filter "@wdio/devtools-backend" build
55+
pnpm --filter "@wdio/devtools-script" build
56+
pnpm --filter "@wdio/devtools-service" build
57+
pnpm --filter "@wdio/devtools-app" build
5458
- name: Release
5559
run: pnpm run release:ci -- ${{github.event.inputs.releaseType}}
5660
env:

0 commit comments

Comments
 (0)