diff --git a/index.js b/index.js index 1a77e16..75837f8 100644 --- a/index.js +++ b/index.js @@ -9,6 +9,7 @@ class ServerlessPlugin { this.hooks = { 'before:deploy:deploy': this.mfa.bind(this), + 'before:client:deploy:deploy': this.mfa.bind(this) }; }