From b8eb372dae1831cc9deef77bee97d93dcff03a47 Mon Sep 17 00:00:00 2001 From: Jeremy Brown Date: Mon, 27 Jan 2025 16:03:07 -0500 Subject: [PATCH] changing the configuration --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 716aa9d..eb29b21 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: - name: npm Install run: npm install - name: Build Angular App - run: npm run build --configuration=development + run: npm run build --configuration development - name: Configure AWS credentials for Github Actions uses: aws-actions/configure-aws-credentials@v4 with: