invert clean and registry

This commit is contained in:
Eugenio Romano 2017-05-22 16:36:54 +01:00
parent da18a21e7c
commit 811e1b3783

View File

@ -107,14 +107,14 @@ do
echo "====== MOVE DIR: ${DESTDIR} ===== "
cd ${DESTDIR}
if $EXEC_CHANGE_REGISTRY == true; then
change_registry
fi
echo "====== INSTALL AND CLEAN ${PACKAGE} ===== "
npm install rimraf
npm run clean
if $EXEC_CHANGE_REGISTRY == true; then
change_registry
fi
if $EXEC_GIT_NPM_INSTALL_JSAPI == true; then
echo "====== Use the alfresco JS-API '$GIT_ISH'====="
npm install $GIT_ISH