Skip to content

Commit 8347a4d

Browse files
committed
remove lifecycle events
1 parent 7613a56 commit 8347a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class ServerlessMake {
155155
[`${PLUGIN_NAME}`]: {
156156
commands: {
157157
[`${this.target}`]: {
158-
lifecycleEvents: ["making", "made"],
158+
lifecycleEvents: [],
159159
// options: commandOptions,
160160
usage: `Runs \`make ${this.target}\`.`,
161161
},

0 commit comments

Comments
 (0)