fix build develop

This commit is contained in:
Eugenio Romano
2020-07-13 17:22:09 +01:00
parent f52f86e4c2
commit 1be59630c8
4 changed files with 4 additions and 168 deletions

View File

@@ -24,11 +24,11 @@ then
npm install
./scripts/npm-build-all.sh || exit 1;
nx affected --exclude=cli --target=build --all
./scripts/build/build-cli.sh || exit 1;
else
echo "====== Update the package.json with latest ADW deps ====="
echo "====== Update the package.json with latest JS-API/CLI deps ====="
npx @alfresco/adf-cli@alpha update-version --alpha --pathPackage "$(pwd)"
npm install;
nx affected --target=build --base=$BASE_HASH --head=$HEAD_HASH --exclude=cli --prod --with-deps
fi;
nx affected --target=build --base=$BASE_HASH --head=$HEAD_HASH --exclude=cli --prod --with-deps