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.
2 parents c2a368b + 4db4173 commit 8517bbcCopy full SHA for 8517bbc
index.js
@@ -81,13 +81,13 @@ class ServerlessWebpack {
81
};
82
83
this.hooks = {
84
- 'before:deploy:createDeploymentArtifacts': () => BbPromise.bind(this)
+ 'before:package:createDeploymentArtifacts': () => BbPromise.bind(this)
85
.then(this.validate)
86
.then(this.compile)
87
.then(this.packExternalModules)
88
.then(this.packageModules),
89
90
- 'after:deploy:createDeploymentArtifacts': () => BbPromise.bind(this)
+ 'after:package:createDeploymentArtifacts': () => BbPromise.bind(this)
91
.then(this.cleanup),
92
93
'before:deploy:function:packageFunction': () => BbPromise.bind(this)
0 commit comments