install rimraf globally

This commit is contained in:
Eugenio Romano
2017-06-26 16:26:57 +01:00
parent 306b32a12d
commit 7e84ecf18a
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -44,6 +44,8 @@ while [[ $1 == -* ]]; do
esac
done
npm install rimraf -g
for PACKAGE in \
ng2-alfresco-core \
ng2-alfresco-datatable \
@@ -67,7 +69,6 @@ do
cd ${DESTDIR}
echo "====== INSTALL AND CLEAN ${PACKAGE} ===== "
npm install rimraf
npm run clean
npm install
+2 -1
View File
@@ -94,6 +94,8 @@ while [[ $1 == -* ]]; do
esac
done
npm install rimraf -g
for PACKAGE in \
ng2-alfresco-core \
ng2-alfresco-datatable \
@@ -117,7 +119,6 @@ do
cd ${DESTDIR}
echo "====== INSTALL AND CLEAN ${PACKAGE} ===== "
npm install rimraf
npm run clean
if $EXEC_CHANGE_REGISTRY == true; then