Commit 4ec6490
Fix script/convert for new monorepo structure
The script/convert tool is used by CI 'minimum' dependency tests to downgrade
to minimum supported versions (Ruby 3.2, Node 20, Shakapacker 8.2.0, React 18).
After the monorepo restructure (PR #2112), the script was failing because it was
looking for spec/dummy/package.json at the old root location, but these files are
now under react_on_rails/spec/dummy/ and react_on_rails_pro/spec/dummy/.
Updated all file path references:
- spec/dummy/package.json → react_on_rails/spec/dummy/package.json
- spec/dummy/config/shakapacker.yml → react_on_rails/spec/dummy/config/shakapacker.yml
Fixes CI failure:
https://github.com/shakacode/react_on_rails/actions/runs/19624872033/job/56191736323
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent efbb07c commit 4ec6490
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments