Commit 1691270
Fix examples workflow yalc publish command
Changes `yarn yalc publish` to `yarn run yalc:publish`.
The command `yarn yalc publish` tries to run the yalc binary directly,
which fails. The correct command is `yarn run yalc:publish` which runs
the npm script defined in package.json that publishes all workspace
packages via `yarn workspaces run yalc:publish`.
This was causing Generator tests to fail because packages weren't
being published to yalc correctly.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 31431f9 commit 1691270
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
0 commit comments