mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-4651] Fix build config in GHA (#3088)
This commit is contained in:
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user