mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4125] simplify extension load in extension module (#4214)
* add extension load in extension module * add viewer extensions * fix license header * fix node passed in the viewer extension * fix node passed in the viewer extension * startup factory extension * startup factory extension * fix script * fix beta tag build * fix build * fix build * refactoring configuration files * extension using map * fix build * fix config * fix test * fix test
This commit is contained in:
@@ -3,24 +3,25 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
cd $DIR
|
||||
|
||||
echo "====== run lib ====="
|
||||
|
||||
echo "------ run core -----"
|
||||
./build-core.sh
|
||||
echo "====== Run lib ====="
|
||||
|
||||
echo "------ run content-services -----"
|
||||
./build-content-services.sh
|
||||
|
||||
echo "------ Build process-services -----"
|
||||
./build-process-services.sh
|
||||
|
||||
echo "------ run insights -----"
|
||||
./build-insights.sh
|
||||
|
||||
echo "------ run extensions -----"
|
||||
echo "====== Run extensions ====="
|
||||
./build-extensions.sh
|
||||
|
||||
echo "------ run process-services-cloud -----"
|
||||
echo "====== run core ====="
|
||||
./build-core.sh
|
||||
|
||||
echo "====== Run content-services ====="
|
||||
./build-content-services.sh
|
||||
|
||||
echo "====== Run process-services ====="
|
||||
./build-process-services.sh
|
||||
|
||||
echo "====== Run insights ====="
|
||||
./build-insights.sh
|
||||
|
||||
echo "====== Run process-services-cloud ====="
|
||||
./build-process-services-cloud.sh
|
||||
|
||||
echo "====== Copy schema ====="
|
||||
|
Reference in New Issue
Block a user