Commit ed3b670
committed
fix(ci): invoke cloudflare:preview via pnpm filter so wrangler resolves
wrangler's bin is hoisted to apps/cloudflare/node_modules/.bin under
pnpm, not repo-root node_modules/.bin, so the previous direct path
failed with ENOENT in CI. Delegating to the package script via
`pnpm --filter` resolves wrangler from the right workspace and keeps
stdout attached (no turbo buffering).1 parent 35a58e3 commit ed3b670
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
0 commit comments