From 34a35e6d442fdf7741fae286db988a879c1ed101 Mon Sep 17 00:00:00 2001 From: Justin Plock Date: Tue, 8 Oct 2019 12:34:46 -0400 Subject: [PATCH] Support for serverless-finch --- index.js | 1 + 1 file changed, 1 insertion(+) 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) }; }