Skip to content

Commit 2c0327c

Browse files
committed
Updated build script
1 parent 698e4ea commit 2c0327c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/build-s3-dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export VERSION=$3
4848

4949
cd $source_dir/constructs
5050
npm install
51-
npm run build && cdk synth --asset-metadata false --path-metadata false --version-reporting false --json true > serverless-image-handler.json
51+
npm run build && cdk synth --asset-metadata false --path-metadata false --json true > serverless-image-handler.json
5252
mv serverless-image-handler.json $template_dist_dir/serverless-image-handler.template
5353

5454
echo "------------------------------------------------------------------------------"

0 commit comments

Comments
 (0)