Commit 593f1e2
committed
fix: move pnpm link inside Docker container for Linux tests
The pnpm link was running on the host before Docker, but Docker's
pnpm install --prefer-offline recreates node_modules, wiping the link.
Moving the link inside Docker after pnpm install fixes this.1 parent a7797d1 commit 593f1e2
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
314 | | - | |
315 | 313 | | |
316 | 314 | | |
317 | 315 | | |
| |||
363 | 361 | | |
364 | 362 | | |
365 | 363 | | |
| 364 | + | |
366 | 365 | | |
0 commit comments