diff --git a/scripts/ng-packagr.sh b/scripts/ng-packagr.sh index 4900014123..000b9051ef 100755 --- a/scripts/ng-packagr.sh +++ b/scripts/ng-packagr.sh @@ -24,6 +24,9 @@ echo "====== Run insights =====" 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