mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix build cli
This commit is contained in:
9
scripts/build/build-cli.sh
Executable file
9
scripts/build/build-cli.sh
Executable 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/
|
Reference in New Issue
Block a user