mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
improve link.sh script
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
copylib() {
|
copylib() {
|
||||||
echo $1
|
echo $1
|
||||||
rm -rf node_modules/$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 \
|
for LIB in \
|
||||||
|
Reference in New Issue
Block a user