Commit e072d11
Fix yalc publish command in Pro integration workflow
Change 'yarn run yalc:publish' to 'yarn && yalc publish' for the
react_on_rails_pro package, since it doesn't have a yalc:publish script
defined (only the workspace packages do).
The workflow now:
1. Runs yarn run yalc:publish at root (publishes workspace packages)
2. Runs yarn && yalc publish in react_on_rails_pro (installs + publishes Pro)
This matches the command structure used in the preinstall script.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 792466b commit e072d11
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
387 | | - | |
| 387 | + | |
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
| |||
0 commit comments