Skip to content

Commit

Permalink
Change deploy:compileEvents to package:compileEvents (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasha Prikhodko authored and sbstjn committed Sep 24, 2017
1 parent 4044546 commit 2726bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class Plugin {
constructor (serverless, options) {
this.serverless = serverless
this.hooks = {
'deploy:compileEvents': this.beforeDeployResources.bind(this)
'package:compileEvents': this.beforeDeployResources.bind(this)
}
}

Expand Down

0 comments on commit 2726bd3

Please sign in to comment.