mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4733] Create an adf-cli dispatcher to run the docker-publish (#4914)
* Create an adf-cli dispatcher to run the docker-publish * not needed * fix typo comma * Create the adf-cli dist folder that contains -bin -script -package.json Build the dist folder during the ADF CI/CI pipeline
This commit is contained in:
committed by
Eugenio Romano
parent
fadcc19eba
commit
a6e18e6c1b
@@ -2,8 +2,11 @@
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
cd $DIR/../..
|
||||
cd $DIR/../../lib/cli/
|
||||
|
||||
echo "====== Cli ======"
|
||||
echo "====== Build ======"
|
||||
cp -R ./lib/cli/ lib/dist/cli/
|
||||
npm run dist
|
||||
|
||||
cd $DIR/../../
|
||||
cp -R ./lib/cli/dist lib/dist/cli/
|
||||
|
Reference in New Issue
Block a user