mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
copy testing in nodes
This commit is contained in:
@@ -14,3 +14,10 @@ else
|
||||
echo "Building testing for development"
|
||||
npm run ng -- build testing || exit 1
|
||||
fi
|
||||
|
||||
echo "====== Move to node_modules ======"
|
||||
rm -rf ./node_modules/@alfresco/adf-testing/ && \
|
||||
mkdir -p ./node_modules/@alfresco/adf-testing/ && \
|
||||
cp -R ./lib/dist/testing/* ./node_modules/@alfresco/adf-testing/
|
||||
npm run ng -- build testing || exit 1
|
||||
|
||||
|
Reference in New Issue
Block a user