Commit 1a0b091
fix: install Playwright browsers from lockfile-pinned version in CI
bunx always downloads a fresh playwright package from npm, ignoring
node_modules. npx couldn't find the binary either because bun's
hoisting layout differs from npm's. Fix by invoking the local binary
directly from packages/app/node_modules/.bin/playwright, which is the
lockfile-pinned @playwright/test@1.57.0 and downloads the correct
browser versions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8c0ab11 commit 1a0b091
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
343 | 347 | | |
344 | 348 | | |
345 | | - | |
| 349 | + | |
346 | 350 | | |
347 | 351 | | |
348 | 352 | | |
| |||
0 commit comments