bring bundle back to fix e2e [ci:force]

This commit is contained in:
Wojciech Duda
2024-07-04 17:26:09 +02:00
committed by VitoAlbano
parent 9a6ab678f9
commit f2e916c940
5 changed files with 42 additions and 13 deletions

View File

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