Commit f8d33a9
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 f8d33a9
1 file changed
Lines changed: 24 additions & 0 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 | + | |
125 | 137 | | |
126 | 138 | | |
127 | 139 | | |
| |||
210 | 222 | | |
211 | 223 | | |
212 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
213 | 237 | | |
214 | 238 | | |
215 | 239 | | |
| |||
0 commit comments