From d458d348430c4f4611738ea343428cd43abc6f5b Mon Sep 17 00:00:00 2001 From: Zenit Shkreli <69572953+zenit2001@users.noreply.github.com> Date: Wed, 25 Sep 2024 10:10:02 +0200 Subject: [PATCH] fix: using npm run build --- .github/workflows/release-upload.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/release-upload.yml b/.github/workflows/release-upload.yml index 5acc69756..53828fbf9 100644 --- a/.github/workflows/release-upload.yml +++ b/.github/workflows/release-upload.yml @@ -35,15 +35,9 @@ jobs: "hostname": "${{ secrets[matrix.sfcc-hostname-secret] }}", "code-version": "${{ secrets[matrix.code-version-secret] }}" }' >> dw.json - - name: Transpile the code - working-directory: adyen-salesforce-commerce-cloud - run: npm run transpile - - name: Compile the code - working-directory: adyen-salesforce-commerce-cloud - run: npm run compile:js - name: Build the cartridge working-directory: adyen-salesforce-commerce-cloud - run: npm run uploadCartridge > output-sfra.txt + run: npm run build > output-sfra.txt - name: Check build result working-directory: adyen-salesforce-commerce-cloud run: npm run check-build:sfra