Add build testing to ng packager (#4381)

This commit is contained in:
Maurizio Vitale 2019-03-03 15:24:16 +00:00 committed by GitHub
parent 0afc5e95b4
commit ce2ced97e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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