diff --git a/amplify.yml b/amplify.yml index 4f46ee02..e69489b5 100644 --- a/amplify.yml +++ b/amplify.yml @@ -4,7 +4,7 @@ backend: build: commands: - npm ci --cache .npm --prefer-offline - - npx @aws-amplify/backend-cli@latest pipeline-deploy --branch $AWS_BRANCH --app-id $AWS_APP_ID + - npx ampx pipeline-deploy --branch $AWS_BRANCH --app-id $AWS_APP_ID frontend: phases: build: @@ -18,4 +18,4 @@ frontend: paths: - .next/cache/**/* - .npm/**/* - - node_modules/**/* + - node_modules/**/* \ No newline at end of file