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 6a83541 commit 360330fCopy full SHA for 360330f
.github/workflows/release.yml
@@ -50,7 +50,11 @@ jobs:
50
- name: Install Dependencies
51
run: pnpm install
52
- name: Build
53
- run: pnpm -r --workspace-concurrency=1 build
+ 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
58
- name: Release
59
run: pnpm run release:ci -- ${{github.event.inputs.releaseType}}
60
env:
0 commit comments