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/**/*