mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[ACS-5027] Fix ADF linking in ACA (#3114)
This commit is contained in:
parent
af2f9eb344
commit
b37584ee8e
5
.github/actions/adf-linking/action.yml
vendored
5
.github/actions/adf-linking/action.yml
vendored
@ -17,6 +17,11 @@ runs:
|
|||||||
BRANCH=`echo $COMMIT_MESSAGE | grep -o "\[link-adf\:[^]]*\]" | sed -e 's#\[link-adf:##g' | sed -e 's#\]##g'`
|
BRANCH=`echo $COMMIT_MESSAGE | grep -o "\[link-adf\:[^]]*\]" | sed -e 's#\[link-adf:##g' | sed -e 's#\]##g'`
|
||||||
echo "Cloning ADF with branch ${BRANCH}" && \
|
echo "Cloning ADF with branch ${BRANCH}" && \
|
||||||
git clone https://github.com/Alfresco/alfresco-ng2-components.git --depth=1 --branch ${BRANCH} ../alfresco-ng2-components
|
git clone https://github.com/Alfresco/alfresco-ng2-components.git --depth=1 --branch ${BRANCH} ../alfresco-ng2-components
|
||||||
|
# ADF theming needs it the styling
|
||||||
|
CWD=`pwd`
|
||||||
|
cd ../alfresco-ng2-components
|
||||||
|
npm install @angular/material
|
||||||
|
cd $CWD
|
||||||
else
|
else
|
||||||
echo -e "Using ADF from installed node_modules."
|
echo -e "Using ADF from installed node_modules."
|
||||||
fi ;
|
fi ;
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
"paths": {
|
"paths": {
|
||||||
"@alfresco/adf-testing": ["../alfresco-ng2-components/lib/testing"],
|
"@alfresco/adf-testing": ["../alfresco-ng2-components/lib/testing"],
|
||||||
"@alfresco/adf-testing/shared": ["../alfresco-ng2-components/lib/testing/src/lib/shared"],
|
"@alfresco/adf-testing/shared": ["../alfresco-ng2-components/lib/testing/src/lib/shared"],
|
||||||
|
"@alfresco/playwright-shared": ["e2e/playwright/shared/index.ts"],
|
||||||
"@alfresco/adf-core": ["../alfresco-ng2-components/lib/core"],
|
"@alfresco/adf-core": ["../alfresco-ng2-components/lib/core"],
|
||||||
"@alfresco/adf-core/*": ["../alfresco-ng2-components/lib/core/*/public-api.ts"],
|
"@alfresco/adf-core/*": ["../alfresco-ng2-components/lib/core/*/public-api.ts"],
|
||||||
"@alfresco/adf-core/shell": ["../alfresco-ng2-components/lib/core/shell/src/index.ts"],
|
"@alfresco/adf-core/shell": ["../alfresco-ng2-components/lib/core/shell/src/index.ts"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user