From 179eda9d77dfbff5d87398630e480e31ce3b60e5 Mon Sep 17 00:00:00 2001 From: Enzo Rivello Date: Thu, 24 Aug 2017 14:27:57 +0100 Subject: [PATCH] removing the directive to remove the node_modules folder (#2246) --- scripts/npm-publish.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/npm-publish.sh b/scripts/npm-publish.sh index 71bb77b311..c90aecca61 100755 --- a/scripts/npm-publish.sh +++ b/scripts/npm-publish.sh @@ -137,7 +137,6 @@ 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