[AAE-11822] fix/build-demoshell (#8055)

* [AAE-11822] fix: build demoshell
This commit is contained in:
Marco Carrozzo 2022-12-16 09:46:52 +01:00 committed by GitHub
parent 280684c3ab
commit a73526ef8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,10 +67,10 @@ jobs:
npm ci npm ci
nx run cli:bundle nx run cli:bundle
nx run testing:bundle nx run testing:bundle
- name: nx affected lint - run: nx affected --target=lint $NX_CALCULATION_FLAGS
run: nx affected --target=lint $NX_CALCULATION_FLAGS
- run: /usr/bin/xvfb-run --auto-servernum nx affected:test $NX_CALCULATION_FLAGS --exclude="insights,core,extensions,process-services,process-services-cloud" }} - run: /usr/bin/xvfb-run --auto-servernum nx affected:test $NX_CALCULATION_FLAGS --exclude="insights,core,extensions,process-services,process-services-cloud" }}
- run: nx affected:build $NX_CALCULATION_FLAGS --prod - run: nx affected:build $NX_CALCULATION_FLAGS --prod
- run: nx build demoshell --configuration production
- run: nx run stories:build-storybook --configuration ci - run: nx run stories:build-storybook --configuration ci
- uses: ./.github/actions/upload-build-artifacts - uses: ./.github/actions/upload-build-artifacts