[ACA-4651] Fix build config in GHA (#3088)

This commit is contained in:
MichalKinas
2023-03-26 12:23:08 +02:00
committed by GitHub
parent 2067ad814c
commit 5f05499224

View File

@@ -66,7 +66,7 @@ jobs:
cache: 'npm'
- uses: ./.github/actions/before-install
- run: npm ci
- run: npm run build $BUILD_OPTS
- run: npm run build -- $BUILD_OPTS
- name: upload job artifact
if: ${{ success() }}
uses: ./.github/actions/upload-job-artifact