mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix for ADF -> APPS upstream (#8348)
* Checking if the upstream is fixed * Checking if the upstream is fixed --------- Co-authored-by: alfresco-build <alfresco-build@hyland.com>
This commit is contained in:
@@ -71,7 +71,7 @@ update_js_dependency() {
|
||||
for i in $(find . ! -path "*/node_modules/*" -name "package-lock.json" | xargs grep -l $PKG); do
|
||||
directory=$(dirname $i)
|
||||
echo "Update $PKG in $directory"
|
||||
( cd $directory ; npm i --ignore-scripts $PKG@$PKG_VERSION --save-exact)
|
||||
( cd $directory ; npm i --ignore-scripts --save-exact $PKG@$PKG_VERSION)
|
||||
done
|
||||
|
||||
git add .
|
||||
@@ -115,7 +115,7 @@ update() {
|
||||
update_dependency "@alfresco/adf-cli"
|
||||
update_dependency "@alfresco/adf-testing"
|
||||
fi
|
||||
|
||||
|
||||
|
||||
if [ "$BRANCH_CREATED" = true ]; then
|
||||
git push origin $BRANCH_TO_CREATE
|
||||
|
Reference in New Issue
Block a user