From 1253c6c8117773176f1093125f7faeff6d451114 Mon Sep 17 00:00:00 2001 From: SvetlanaMuravlova Date: Fri, 16 Sep 2022 13:32:49 +0300 Subject: [PATCH] fix(ci): fixed yml files --- .github/workflows/on-publish.yml | 2 +- .github/workflows/on-push-or-pull.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-publish.yml b/.github/workflows/on-publish.yml index d2a0781..dd5e240 100644 --- a/.github/workflows/on-publish.yml +++ b/.github/workflows/on-publish.yml @@ -51,7 +51,7 @@ jobs: dist key: dist-${{ github.run_id }} - run: npx ng build --prod - npx nx run ng2-file-upload:build:production + npx nx run ng2-file-upload:build # update release notes in github update_release_draft: diff --git a/.github/workflows/on-push-or-pull.yml b/.github/workflows/on-push-or-pull.yml index efa6df7..7ec22de 100644 --- a/.github/workflows/on-push-or-pull.yml +++ b/.github/workflows/on-push-or-pull.yml @@ -60,7 +60,7 @@ jobs: path: ${{ env.CACHE_DIST_PATH }} key: dist-${{ github.run_id }} - run: npx ng build --prod - npx nx run ng2-file-upload:build:production + npx nx run ng2-file-upload:build # run unit tests unit_tests_with_coverage: