Commit e53d281
committed
fix(release): skip node-gyp-build in smoke test to use platform binaries
The pre-publish smoke test was failing because node-gyp-build ran during
npm install before the platform package was installed, triggering a source
build that failed without FFmpeg.
Changes:
- Add --ignore-scripts to smoke test npm install in release.yml
- Update optionalDependencies versions to match main package (0.1.1-alpha.5)
The platform package is installed separately from CI artifacts, and the
verification step confirms the native binding loads correctly.1 parent ab9590b commit e53d281
2 files changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
| 151 | + | |
151 | 152 | | |
152 | 153 | | |
153 | 154 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments