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.
1 parent 9031b6a commit 2a97d34Copy full SHA for 2a97d34
Plugins/AWSLambdaPackager/Plugin.swift
@@ -254,7 +254,7 @@ private struct Configuration: CustomStringConvertible {
254
self.products = products
255
256
} else {
257
- self.products = context.package.products.filter { $0 is ExecutableProduct && $0.name != "Deploy" }
+ self.products = context.package.products.filter { $0 is ExecutableProduct }
258
}
259
260
if let buildConfigurationName = configurationArgument.first {
0 commit comments