mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
fix: _packageAll params
This commit is contained in:
parent
14fb25e988
commit
d615fb1207
@ -412,7 +412,7 @@ class Esbuild {
|
||||
|
||||
// If not packaging individually then package all functions together into a single zip
|
||||
if (!this.serverless?.service?.package?.individually) {
|
||||
await this._packageAll(handlerPropertyName);
|
||||
await this._packageAll(functions, handlerPropertyName);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user