mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Update the adf deps before install (#5857)
This commit is contained in:
@@ -26,8 +26,9 @@ then
|
||||
|
||||
./scripts/npm-build-all.sh || exit 1;
|
||||
else
|
||||
npm install;
|
||||
echo "====== Update the package.json with latest ADW deps ====="
|
||||
npx @alfresco/adf-cli@alpha update-version --alpha --pathPackage "$(pwd)"
|
||||
npm install;
|
||||
|
||||
./scripts/smart-build.sh -gnu || exit 1;
|
||||
fi;
|
||||
|
Reference in New Issue
Block a user