From 898707df28123aebc73c203b885ec846c1ac686d Mon Sep 17 00:00:00 2001 From: Chris Trevino Date: Sun, 19 Feb 2017 13:13:39 -0800 Subject: [PATCH] Update the serverless-offline startup hook --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 240f2ebf7..df73ce1a1 100644 --- a/index.js +++ b/index.js @@ -120,7 +120,7 @@ class ServerlessWebpack { .then(this.validate) .then(this.serve), - 'before:offline:start': () => BbPromise.bind(this) + 'before:offline:start:init': () => BbPromise.bind(this) .then(this.validate) .then(this.wpwatch), };