From ceb71e52547d5a12e61fd8b6e77dbc7b95a4f072 Mon Sep 17 00:00:00 2001 From: Stivenjs Date: Thu, 5 Jun 2025 12:06:37 -0500 Subject: [PATCH] chore(amplify): replace global installation of ampx with backend CLI in amplify.yml to streamline build process --- amplify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amplify.yml b/amplify.yml index f7021873..fe4d28f7 100644 --- a/amplify.yml +++ b/amplify.yml @@ -4,7 +4,7 @@ backend: build: commands: - npm ci --cache .npm --prefer-offline - - npm install -g ampx @aws-amplify/backend-cli-internal + - npm install -g @aws-amplify/backend-cli - npx ampx pipeline-deploy --branch $AWS_BRANCH --app-id $AWS_APP_ID frontend: phases: @@ -19,4 +19,4 @@ frontend: paths: - .next/cache/**/* - .npm/**/* - - node_modules/**/* \ No newline at end of file + - node_modules/**/*