Skip to content

Commit f4a5531

Browse files
committed
chore(layers): add zod to dependency install list
1 parent 0bd8549 commit f4a5531

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

layers/src/layer-publisher-stack.ts

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ export class LayerPublisherStack extends Stack {
109109
'@aws-sdk/client-ssm',
110110
'@aws-sdk/client-secrets-manager',
111111
'@aws-sdk/client-appconfigdata',
112+
'zod',
112113
];
113114

114115
if (buildFromLocal) {

0 commit comments

Comments
 (0)