mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
[AAE-11822] fix/build-demoshell (#8055)
* [AAE-11822] fix: build demoshell
This commit is contained in:
parent
280684c3ab
commit
a73526ef8a
4
.github/workflows/pull-request.yml
vendored
4
.github/workflows/pull-request.yml
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user