mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
clean script and better linking
This commit is contained in:
@@ -13,4 +13,4 @@ then
|
||||
fi
|
||||
|
||||
echo "====== RENAMING 0.0.0-PLACEHOLDER to N.N.N version ======"
|
||||
find ././../ng2-components/ -type f -name package.json -print0 | xargs -0 sed -i '' "s/0\\.0\\.0-PLACEHOLDER/${VERSION}/g"
|
||||
find ././../ -type f -name package.json -print0 | xargs -0 sed -i '' "s/0\\.0\\.0-PLACEHOLDER/${VERSION}/g"
|
Reference in New Issue
Block a user