* fix(install): regenerate cpu-features buildcheck.gypi before rebuild cpu-features@0.0.10 ships without buildcheck.gypi and relies on its own install script to generate it via `node buildcheck.js` before node-gyp runs. @electron/rebuild with force:true calls node-gyp directly and bypasses that hook, so a missing gypi (fresh install, store prune, or prior failed run) aborts postinstall with "buildcheck.gypi not found". Generate the file ourselves for every cpu-features copy under .pnpm/ before invoking @electron/rebuild on platforms where cpu-features is not in ignoreModules. Co-authored-by: Orca <help@stably.ai> * fix(install): satisfy oxlint curly rule Co-authored-by: Orca <help@stably.ai> --------- Co-authored-by: Orca <help@stably.ai> |
||
|---|---|---|
| .. | ||
| patches | ||
| scripts | ||
| dev-app-update.yml | ||
| electron-builder.config.cjs | ||
| tsconfig.cli.json | ||
| tsconfig.node.json | ||
| tsconfig.relay.json | ||
| tsconfig.tc.cli.json | ||
| tsconfig.tc.web.json | ||
| tsconfig.web.json | ||
| vitest.config.ts | ||