mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
improve link.sh script
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
copylib() {
|
||||
echo $1
|
||||
rm -rf node_modules/$1
|
||||
rsync -a ../ng2-components/$1/ node_modules/$1 --exclude node_modules
|
||||
rsync -a ../ng2-components/$1/ node_modules/$1 --exclude node_modules --exclude coverage
|
||||
}
|
||||
|
||||
for LIB in \
|
||||
|
Reference in New Issue
Block a user