mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-12016] Fix link-adf ci flag (#5243)
This commit is contained in:
@@ -19,7 +19,12 @@ runs:
|
|||||||
# ADF theming needs it the styling
|
# ADF theming needs it the styling
|
||||||
CWD=`pwd`
|
CWD=`pwd`
|
||||||
cd ../alfresco-ng2-components
|
cd ../alfresco-ng2-components
|
||||||
npm install @angular/material
|
if [ -f "pnpm-lock.yaml" ]; then
|
||||||
|
corepack enable pnpm
|
||||||
|
pnpm add @angular/material
|
||||||
|
else
|
||||||
|
npm install @angular/material
|
||||||
|
fi
|
||||||
cd $CWD
|
cd $CWD
|
||||||
else
|
else
|
||||||
echo -e "Using ADF from installed node_modules."
|
echo -e "Using ADF from installed node_modules."
|
||||||
|
|||||||
Reference in New Issue
Block a user