mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
fix build cli
This commit is contained in:
@@ -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
|
||||
|
||||
Executable
+9
@@ -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/
|
||||
Reference in New Issue
Block a user