Commit 1e89477
committed
fix: make yalc push optional in build script for CI compatibility
The build script was failing in CI due to yalc compatibility issues with Node.js, even though the actual pack-up build succeeds.
Changed the build command to make yalc push non-fatal using `|| true`.
This allows CI builds to succeed while preserving yalc functionality for local development with the playground.
The yalc push is only needed for linking the plugin to the local playground during development, not for CI/CD or production builds.1 parent 1ea62f8 commit 1e89477
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments