Commit 8521fba
Fix CONTRIBUTING.md and clarify workspace dependency guidance
Documentation fixes addressing Phase 6 restructuring feedback:
1. Fix Pro gem path in CONTRIBUTING.md (line 79):
- WAS: path: "<React on Rails root>/react_on_rails_pro"
- NOW: path: "<React on Rails root>"
- After Phase 6, Pro gemspec is at repository root
2. Clarify workspace dependency behavior in testing-build-scripts.md:
- Added note explaining yarn.lock behavior with "*" dependencies
- Clarified that seeing [email protected] in yarn.lock is normal
- Yarn still hoists workspace packages correctly despite cached version
Testing completed:
✅ gem build react_on_rails.gemspec - SUCCESS
✅ gem build react_on_rails_pro.gemspec - SUCCESS
✅ rake release[16.2.0.beta.13,true] - SUCCESS (paths all correct)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent d43d32a commit 8521fba
2 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
143 | 147 | | |
144 | 148 | | |
145 | 149 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments