Browse Source

Update bundle lifecycle hook for serverless beta 2

master
Nicola Peduzzi 8 years ago
parent
commit
09a3c7e547
  1. 2
      index.js

2
index.js

@ -73,7 +73,7 @@ class ServerlessWebpack {
};
this.hooks = {
'before:deploy:createDeploymentPackage': () => BbPromise.bind(this)
'before:deploy:createDeploymentArtifacts': () => BbPromise.bind(this)
.then(this.validate)
.then(this.compile),

Loading…
Cancel
Save