fix clean scripts demo folders

This commit is contained in:
Eugenio Romano
2017-06-26 17:00:10 +01:00
parent 7e84ecf18a
commit 1160775804
4 changed files with 5 additions and 19 deletions
@@ -114,10 +114,5 @@
"name": "Eugenio Romano",
"email": "eugenio.romano@alfresco.com"
}
],
"path": "assets/license_header.txt",
"blocking": true,
"logInfo": false,
"logError": true
}
]
}
@@ -108,10 +108,5 @@
"keywords": [
"angular2",
"typescript"
],
"path": "assets/license_header.txt",
"blocking": true,
"logInfo": false,
"logError": true
}
]
}
@@ -108,10 +108,5 @@
"name": "Vito Albano",
"email": "vito.albano@alfresco.com"
}
],
"path": "assets/license_header.txt",
"blocking": true,
"logInfo": false,
"logError": true
}
]
}
+2 -1
View File
@@ -39,11 +39,12 @@ while [[ $1 == -* ]]; do
esac
done
npm install rimraf
for PACKAGE in ${projects[@]}
do
echo "====== clean component: ${PACKAGE} ====="
cd "$DIR/../ng2-components/${PACKAGE}"
npm install rimraf
npm run clean
if $EXEC_CLEAN_DEMO == true; then