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