Skip to content

Commit 6b1e61d

Browse files
committed
build in parallel
1 parent b2dbe4b commit 6b1e61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ build: src/ cloudformation/
6161
VITE_BUILD_HASH=$(GIT_HASH) yarn build
6262
cp -r src/api/resources/ dist/api/resources
6363
rm -rf dist/lambda/sqs
64-
sam build --template-file cloudformation/main.yml --use-container
64+
sam build --template-file cloudformation/main.yml --use-container --parallel
6565
mkdir -p .aws-sam/build/AppApiLambdaFunction/node_modules/aws-crt/
6666
cp -r node_modules/aws-crt/dist .aws-sam/build/AppApiLambdaFunction/node_modules/aws-crt
6767

0 commit comments

Comments
 (0)