mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-12460] Address 9 issues
This commit is contained in:
@@ -21,7 +21,7 @@ runs:
|
||||
cd ../alfresco-ng2-components
|
||||
if [ -f "pnpm-lock.yaml" ]; then
|
||||
corepack enable pnpm
|
||||
pnpm add @angular/material
|
||||
pnpm add @angular/material --ignore-scripts
|
||||
else
|
||||
npm install @angular/material
|
||||
fi
|
||||
|
||||
@@ -27,7 +27,7 @@ runs:
|
||||
- name: Build Libraries
|
||||
shell: bash
|
||||
run: |
|
||||
npm ci
|
||||
npm ci --ignore-scripts
|
||||
npm run ci:build:many
|
||||
|
||||
- uses: actions/setup-node@v7
|
||||
|
||||
Reference in New Issue
Block a user