Skip to content

Commit eaf274d

Browse files
authored
fix: always produce Release .node builds (#8531)
1 parent 2db6272 commit eaf274d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/wise-turtles-heal.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"app-builder-lib": patch
3+
---
4+
5+
fix: always produce Release .node builds

packages/app-builder-lib/src/util/yarn.ts

-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ export async function rebuild(config: Configuration, appDir: string, options: Re
203203
buildPath: appDir,
204204
electronVersion,
205205
arch,
206-
debug: log.isDebugEnabled,
207206
projectRootPath: await getProjectRootPath(appDir),
208207
mode: (config.nativeRebuilder as RebuildMode) || "sequential",
209208
buildFromSource: buildFromSource,

0 commit comments

Comments
 (0)