fix build cli

This commit is contained in:
Eugenio Romano
2019-06-07 10:46:27 +01:00
parent 7a3e2932bb
commit 8a2a71d60b
4 changed files with 37 additions and 14 deletions

View File

@@ -27,6 +27,9 @@ echo "====== Run process-services-cloud ====="
echo "====== Run testing ====="
./build-testing.sh
echo "====== Run Cli ====="
./build-cli.sh
echo "====== Copy schema ====="
cp ../../lib/core/app-config/schema.json ../../lib/dist/core/app.config.schema.json