restore build demo shell part

This commit is contained in:
Eugenio Romano
2020-07-13 19:09:45 +01:00
parent 5edab26f8e
commit e98927284d

View File

@@ -25,6 +25,10 @@ then
npm install
./scripts/build/build-all-lib.sh
echo "====== Build Demo shell for production ====="
npm run build:prod || exit 1;
else
echo "====== Update the package.json with latest JS-API/CLI deps ====="
npx @alfresco/adf-cli@alpha update-version --alpha --pathPackage "$(pwd)"