From a73526ef8a807cc98ccbe15e9a7ac13aacefebd7 Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Fri, 16 Dec 2022 09:46:52 +0100 Subject: [PATCH] [AAE-11822] fix/build-demoshell (#8055) * [AAE-11822] fix: build demoshell --- .github/workflows/pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 30333d63bc..c613fc9b48 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -67,10 +67,10 @@ jobs: npm ci nx run cli: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: nx affected:build $NX_CALCULATION_FLAGS --prod + - run: nx build demoshell --configuration production - run: nx run stories:build-storybook --configuration ci - uses: ./.github/actions/upload-build-artifacts