Skip to content

Commit b3b6c83

Browse files
fix(ci): Add prepack argument to Verify debugger-shell build
1 parent 449e259 commit b3b6c83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ jobs:
623623
uses: ./.github/actions/yarn-install
624624
- name: Build packages
625625
shell: bash
626-
run: yarn build
626+
run: yarn build --prepack debugger-shell
627627
- name: Verify debugger-shell build
628628
shell: bash
629629
run: node scripts/debugger-shell/build-binary.js

0 commit comments

Comments
 (0)