mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA-4651] Fix build config in GHA (#3088)
This commit is contained in:
@@ -66,7 +66,7 @@ jobs:
|
|||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- uses: ./.github/actions/before-install
|
- uses: ./.github/actions/before-install
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build $BUILD_OPTS
|
- run: npm run build -- $BUILD_OPTS
|
||||||
- name: upload job artifact
|
- name: upload job artifact
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
uses: ./.github/actions/upload-job-artifact
|
uses: ./.github/actions/upload-job-artifact
|
||||||
|
|||||||
Reference in New Issue
Block a user