mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
Another fixes for aca-playwright-shared (#4100)
* Another fixes for aca-playwright-shared * Add aca-playwright-shared to the build * Small fix
This commit is contained in:
@@ -34,7 +34,7 @@ runs:
|
||||
|
||||
- name: Build Libraries
|
||||
shell: bash
|
||||
run: npm ci && npm run build
|
||||
run: npm ci && npx nx run-many --target=build
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
name: setup GH registry
|
||||
|
||||
@@ -12,7 +12,7 @@ fi
|
||||
|
||||
export PROJECTS=(
|
||||
'aca-content'
|
||||
'aca-shared',
|
||||
'aca-shared'
|
||||
'aca-playwright-shared'
|
||||
);
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ fi
|
||||
|
||||
export PROJECTS=(
|
||||
'aca-content'
|
||||
'aca-shared',
|
||||
'aca-shared'
|
||||
'aca-playwright-shared'
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user