From ce2ced97e58d94adc829d4df70a96bb7a124a5c6 Mon Sep 17 00:00:00 2001 From: Maurizio Vitale Date: Sun, 3 Mar 2019 15:24:16 +0000 Subject: [PATCH] Add build testing to ng packager (#4381) --- scripts/ng-packagr.sh | 3 +++ 1 file changed, 3 insertions(+) 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