include node_modules so release .zip is deployable
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import { constructStack } from "@smithy/middleware-stack";
|
||||
export class Command {
|
||||
constructor() {
|
||||
this.middlewareStack = constructStack();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user