Commit e16b617
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
0 commit comments