Commit 0dc461c
Update JS dependencies to use yalc for local React on Rails package
- Update pro package.json to use yalc link instead of file: path
- Update dummy app package.json to use yalc link
- Update ExecJS dummy app package.json to use yalc link
- Update CircleCI to publish core package with yalc and add to pro packages
- Configure workspace sharing via ~/.yalc instead of node_package/lib
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
Move yalc logic to link-source scripts instead of CI
- Add link-source script to pro package.json to build and publish both packages
- Update dummy app link-source to build core package first then pro package
- Update dummy app preinstall to add react-on-rails via yalc
- Revert CircleCI changes to use link-source scripts for yalc management
- Keep build-core-package job but remove yalc publishing from CI
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 0a227f9 commit 0dc461c
File tree
3 files changed
+5
-4
lines changed- react_on_rails_pro
- spec
- dummy
- execjs-compatible-dummy
3 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | | - | |
| 98 | + | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments