From ece00f77da8c3a88ce41eddc29d08e87b7d51942 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Tue, 6 Aug 2024 01:18:58 +0100 Subject: [PATCH] [MIGRATION] - Reverting js-api bundle remove --- .github/workflows/pull-request.yml | 1 + .github/workflows/release-branch.yml | 1 + .github/workflows/release.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index e6a1cda1e4..2eac12c85d 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -205,6 +205,7 @@ jobs: - name: install run: | npm ci + npx nx run js-api:bundle npx nx run cli:bundle npx nx run testing:bundle - run: npx nx print-affected $NX_CALCULATION_FLAGS diff --git a/.github/workflows/release-branch.yml b/.github/workflows/release-branch.yml index bec76765c7..f4be76f60b 100644 --- a/.github/workflows/release-branch.yml +++ b/.github/workflows/release-branch.yml @@ -97,6 +97,7 @@ jobs: - name: install run: | npm ci + npx nx run js-api:bundle npx nx run cli:bundle npx nx run testing:bundle - uses: ./.github/actions/upload-node-modules-and-artifacts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28ba06261f..5b706323b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -102,6 +102,7 @@ jobs: - name: install run: | npm ci + npx nx run js-api:bundle npx nx run cli:bundle npx nx run testing:bundle - uses: ./.github/actions/upload-node-modules-and-artifacts