mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(ci): scope Electron native rebuilds (#1099)
This commit is contained in:
+4
-1
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user