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

9
scripts/build/build-cli.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR/../..
echo "====== Cli ======"
echo "====== Build ======"
cp -R ./lib/cli/ lib/dist/cli/