From e5f68b10915b7285f07a2bdb0d8bdffdd3ca61d6 Mon Sep 17 00:00:00 2001 From: Wojciech Duda <69160975+wojd0@users.noreply.github.com> Date: Thu, 4 Jul 2024 15:46:59 +0200 Subject: [PATCH] change bundle to build --- .github/workflows/pull-request.yml | 6 +++--- .github/workflows/release-branch.yml | 6 +++--- .github/workflows/release.yml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 5306fd348c..a79eace4a5 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -205,9 +205,9 @@ jobs: - name: install run: | npm ci - npx nx run js-api:bundle - npx nx run cli:bundle - npx nx run testing:bundle + npx nx run js-api:build + npx nx run cli:build + npx nx run testing:build - run: npx nx print-affected $NX_CALCULATION_FLAGS - uses: ./.github/actions/upload-node-modules-and-artifacts diff --git a/.github/workflows/release-branch.yml b/.github/workflows/release-branch.yml index f4be76f60b..5b9a97aeec 100644 --- a/.github/workflows/release-branch.yml +++ b/.github/workflows/release-branch.yml @@ -97,9 +97,9 @@ jobs: - name: install run: | npm ci - npx nx run js-api:bundle - npx nx run cli:bundle - npx nx run testing:bundle + npx nx run js-api:build + npx nx run cli:build + npx nx run testing:build - uses: ./.github/actions/upload-node-modules-and-artifacts release-npm: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 09a598dadb..242044ac36 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -102,9 +102,9 @@ jobs: - name: install run: | npm ci - npx nx run js-api:bundle - npx nx run cli:bundle - npx nx run testing:bundle + npx nx run js-api:build + npx nx run cli:build + npx nx run testing:build - uses: ./.github/actions/upload-node-modules-and-artifacts release-demoshell: