Commit ecf659d
chore(cloudflare): drop cd-prefixed scripts and ignore wrangler state dir
Replace `cd ../site && ...` in the three cloudflare scripts with
`pnpm --filter=@node-core/website exec ...` so pnpm sets cwd transparently
(per Dario's review feedback). Ignore apps/cloudflare/.wrangler, which is
where wrangler v4 writes its state dir relative to the config file.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 93751a4 commit ecf659d
3 files changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
| |||
0 commit comments