[MIGRATION] - Reverting js-api bundle remove

This commit is contained in:
VitoAlbano 2024-08-06 01:18:58 +01:00
parent 530b2be382
commit ece00f77da
3 changed files with 3 additions and 0 deletions

View File

@ -205,6 +205,7 @@ jobs:
- name: install - name: install
run: | run: |
npm ci npm ci
npx nx run js-api:bundle
npx nx run cli:bundle npx nx run cli:bundle
npx nx run testing:bundle npx nx run testing:bundle
- run: npx nx print-affected $NX_CALCULATION_FLAGS - run: npx nx print-affected $NX_CALCULATION_FLAGS

View File

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

View File

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