We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0ddc7d + 3fa6555 commit 334f297Copy full SHA for 334f297
Plugins/PackageToJS/Sources/PackageToJSPlugin.swift
@@ -323,7 +323,7 @@ struct PackageToJSPlugin: CommandPlugin {
323
}
324
buildConfiguration = _buildConfiguration
325
} else {
326
- buildConfiguration = .debug
+ buildConfiguration = .inherit
327
328
var parameters = PackageManager.BuildParameters(
329
configuration: buildConfiguration,
0 commit comments