Commit d53cd0b
committed
fix: revert npm ci to npm install --include=dev in [build] command
npm ci failed in Cloudflare Workers Builds CI — the same failure was
encountered and fixed in commit 629dbf7. Their build environment
appears to omit devDependencies during npm ci, which causes the
react-scripts build to fail (react-scripts is a devDep).
npm install --include=dev explicitly forces devDep installation and
was the confirmed-working form.
https://claude.ai/code/session_013cFiQZ1hnb4JrBj9DvDgip1 parent ff4d3d3 commit d53cd0b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments