Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add hook *before:step-functions-offline:start*
  • Loading branch information
vkkis93 committed Jan 25, 2018
commit c9dbb6c91dac04b17c059eaea4310bac5d036069
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ class ServerlessWebpack {
.then(this.prepareOfflineInvoke)
.then(this.wpwatch),

'before:step-functions-offline:start': () => BbPromise.bind(this)
.then(this.validate)
.then(this.wpwatch)
};
}
}
Expand Down