removing the directive to remove the node_modules folder (#2246)

This commit is contained in:
Enzo Rivello
2017-08-24 14:27:57 +01:00
committed by Vito
parent 7b2b8787bb
commit 86c004be7f

View File

@@ -137,8 +137,7 @@ do
echo "====== PUBLISHING: ${DESTDIR} ===== npm publish ${OPTIONS}"
npm publish ${OPTIONS} || exit 1
rm -rf node_modules
if $EXEC_CHANGE_REGISTRY == true; then
npm run rimraf .npmrc
fi