Commit f32e1f6
fix(deploy): pnpm install before wrangler deploy
Wrangler bundles cloudflare/worker.ts which imports @cloudflare/containers
from workspace node_modules. Without pnpm install the bundle fails:
Could not resolve '@cloudflare/containers'
Add pnpm + node setup + frozen lockfile install in both cloud and
objectos jobs.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 045322e commit f32e1f6
1 file changed
Lines changed: 28 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
125 | 139 | | |
126 | 140 | | |
127 | | - | |
128 | | - | |
129 | 141 | | |
130 | 142 | | |
131 | 143 | | |
| |||
210 | 222 | | |
211 | 223 | | |
212 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
213 | 239 | | |
214 | 240 | | |
215 | 241 | | |
| |||
0 commit comments