Commit 53e3407
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 1920f0a commit 53e3407
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| |||
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
424 | | - | |
| 424 | + | |
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
| |||
0 commit comments