change bundle to build

This commit is contained in:
Wojciech Duda
2024-07-04 15:46:59 +02:00
committed by VitoAlbano
parent 2fafcb403b
commit e5f68b1091
3 changed files with 9 additions and 9 deletions

View File

@@ -205,9 +205,9 @@ jobs:
- name: install - name: install
run: | run: |
npm ci npm ci
npx nx run js-api:bundle npx nx run js-api:build
npx nx run cli:bundle npx nx run cli:build
npx nx run testing:bundle npx nx run testing:build
- run: npx nx print-affected $NX_CALCULATION_FLAGS - run: npx nx print-affected $NX_CALCULATION_FLAGS
- uses: ./.github/actions/upload-node-modules-and-artifacts - uses: ./.github/actions/upload-node-modules-and-artifacts

View File

@@ -97,9 +97,9 @@ jobs:
- name: install - name: install
run: | run: |
npm ci npm ci
npx nx run js-api:bundle npx nx run js-api:build
npx nx run cli:bundle npx nx run cli:build
npx nx run testing:bundle npx nx run testing:build
- uses: ./.github/actions/upload-node-modules-and-artifacts - uses: ./.github/actions/upload-node-modules-and-artifacts
release-npm: release-npm:

View File

@@ -102,9 +102,9 @@ jobs:
- name: install - name: install
run: | run: |
npm ci npm ci
npx nx run js-api:bundle npx nx run js-api:build
npx nx run cli:bundle npx nx run cli:build
npx nx run testing:bundle npx nx run testing:build
- uses: ./.github/actions/upload-node-modules-and-artifacts - uses: ./.github/actions/upload-node-modules-and-artifacts
release-demoshell: release-demoshell: