fix(ci): scope Electron native rebuilds (#1099)

This commit is contained in:
Tommaso Casaburi
2026-03-17 18:22:56 +08:00
committed by GitHub
parent 1db0c625e8
commit 2c276f05eb
3 changed files with 9 additions and 2 deletions
+4 -1
View File
@@ -46,7 +46,10 @@ const config = {
},
rebuildConfig: {
force: true,
// Only better-sqlite3 is intentionally prepared and verified before packaging.
// Using `onlyModules` prevents Forge from rebuilding unrelated optional addons
// that inflate Windows package times.
onlyModules: ['better-sqlite3'],
},
hooks: {