mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
parent
510a01f3cd
commit
44a6ac1a10
@ -20,9 +20,10 @@ class AwsInvokeLocal {
|
||||
Object.assign(this, validate);
|
||||
|
||||
this.hooks = {
|
||||
'invoke:local:invoke': () => BbPromise.bind(this)
|
||||
'before:invoke:local:loadEnvVars': () => BbPromise.bind(this)
|
||||
.then(this.extendedValidate)
|
||||
.then(this.loadEnvVars)
|
||||
.then(this.loadEnvVars),
|
||||
'invoke:local:invoke': () => BbPromise.bind(this)
|
||||
.then(this.invokeLocal),
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user