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

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/