From d45af28a591a35ba23b2d1ce8fba7ca016fad493 Mon Sep 17 00:00:00 2001 From: msuthar09 Date: Wed, 7 Dec 2022 14:49:12 -0500 Subject: [PATCH] test28 --- .../azure-static-web-apps-kind-island-0ccba200f.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/azure-static-web-apps-kind-island-0ccba200f.yml b/.github/workflows/azure-static-web-apps-kind-island-0ccba200f.yml index 5dbdd1f90..2591c9f6a 100644 --- a/.github/workflows/azure-static-web-apps-kind-island-0ccba200f.yml +++ b/.github/workflows/azure-static-web-apps-kind-island-0ccba200f.yml @@ -42,9 +42,11 @@ jobs: with: php-version: '7.4' - uses: pnpm/action-setup@v2 - - run: npm install --unsafe-perm - - name: Install dependencies - run: pnpm update --latest --recursive --prod + with: + run_install: | + - recursive: true + args: [--latest, --prod] + - args: [--unsafe-prem] - name: Build And Deploy id: builddeploy uses: Azure/static-web-apps-deploy@v1 @@ -59,7 +61,7 @@ jobs: output_location: '' # Built app content directory - optional # app_build_command: 'pnpm build' # api_build_command: 'pnpm build' - # skip_app_build: true + skip_app_build: true env: # Add environment variables here IS_STATIC_EXPORT: true ###### End of Repository/Build Configurations ######