mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
Merge pull request #4697 from Alfresco/dev-dcano-ADF-4495
[ADF-4495] Fix Remove dependencies script
This commit is contained in:
commit
bc71efaab3
@ -3,7 +3,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
echo "====== Removing Alfresco dependencies from package.json ====="
|
||||
|
||||
grep -wirn '@alfresco\/adf*' $DIR/../package.json
|
||||
sed -i '' 's/"@alfresco\/adf-[^,]*,//' $DIR/../package.json
|
||||
sed -i '' '/^[[:space:]]*$/d' $DIR/../package.json
|
||||
sed -i 's/"@alfresco\/adf-[^,]*,//' $DIR/../package.json
|
||||
sed -i '/^[[:space:]]*$/d' $DIR/../package.json
|
||||
|
||||
echo "====== Alfresco dependencies removed from package.json ====="
|
||||
|
Loading…
x
Reference in New Issue
Block a user