From e9ff1bdba31a110e82c8c1c82fb53280aae5cf56 Mon Sep 17 00:00:00 2001 From: Stivenjs Date: Thu, 5 Jun 2025 10:54:20 -0500 Subject: [PATCH] chore(amplify): simplify npm installation command in amplify.yml by removing cache and offline options --- amplify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amplify.yml b/amplify.yml index e69489b5..4812f628 100644 --- a/amplify.yml +++ b/amplify.yml @@ -3,7 +3,7 @@ backend: phases: build: commands: - - npm ci --cache .npm --prefer-offline + - npm ci - npx ampx pipeline-deploy --branch $AWS_BRANCH --app-id $AWS_APP_ID frontend: phases: