Skip to content

Commit e16b617

Browse files
committed
fix: build rstest explicitly after install
Upstream moved `pnpm run build` out of rstest's root `prepare` script (web-infra-dev/rstest@569c2ce), so `pnpm i` alone no longer builds `workspace/rstest`. Add an explicit `node --run build` mirroring build-rsbuild so @rstest/core ships its dist + type declarations and downstream consumer tsc can resolve it.
1 parent f0d685b commit e16b617

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/actions/build-rstest/action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ runs:
4040
run: |
4141
cd ${{ inputs.path }}
4242
pnpm i
43+
node --run build

0 commit comments

Comments
 (0)