mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Reorg script moving in folders (#4791)
* organize script in folder part 1 * improve test e2e * fix smart build script * fix relative path
This commit is contained in:
34
scripts/build/build-all-lib.sh
Executable file
34
scripts/build/build-all-lib.sh
Executable file
@@ -0,0 +1,34 @@
|
||||
#!/usr/bin/env bash
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
cd $DIR
|
||||
|
||||
|
||||
echo "====== Run lib ====="
|
||||
|
||||
echo "====== Run extensions ====="
|
||||
./build-extensions.sh
|
||||
|
||||
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 "====== Run testing ====="
|
||||
./build-testing.sh
|
||||
|
||||
echo "====== Copy schema ====="
|
||||
|
||||
cp ../../lib/core/app-config/schema.json ../../lib/dist/core/app.config.schema.json
|
||||
|
||||
npm run bundlesize-check
|
Reference in New Issue
Block a user