Skip to content

Commit

Permalink
fix(general): enables sls offline (without start param) (#31)
Browse files Browse the repository at this point in the history
this addresses #30
  • Loading branch information
ciekawy authored Oct 11, 2021
1 parent 448c6bd commit 9d1537d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class PackageExternal {
'after:deploy:function:packageFunction': this.afterDeploy.bind(this),
'after:package:createDeploymentArtifacts': this.afterDeploy.bind(this),
"before:offline:start:init": this.beforeDeploy.bind(this),
"before:offline:start": this.beforeDeploy.bind(this),
"before:offline:start:end": this.afterDeploy.bind(this),
"invoke:local:loadEnvVars": this.beforeDeploy.bind(this),
"invoke:local:invoke": this.afterDeploy.bind(this),
Expand Down

0 comments on commit 9d1537d

Please sign in to comment.