Commit fd49e60
Fix path references in dummy app after monorepo restructure
The restructure in PR #2114 moved spec/dummy/ to react_on_rails/spec/dummy/,
requiring an additional level of directory traversal to reach the monorepo root.
Changes:
- package.json: Update cd ../.. to cd ../../.. for link-source, lint, and format scripts
- Gemfile: Update Gemfile.development_dependencies path from ../../ to ../../../
Fixes CI failure: https://github.com/shakacode/react_on_rails/actions/runs/19625046694/job/56192235815
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 4f7db28 commit fd49e60
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
73 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments