diff --git a/scripts/prepare-for-platform.sh b/scripts/prepare-for-platform.sh index ea50a6924c..3435d52fb0 100755 --- a/scripts/prepare-for-platform.sh +++ b/scripts/prepare-for-platform.sh @@ -23,9 +23,6 @@ if [ $# -eq 0 ] fi -echo "Removing node_modules" -rm -rf node_modules - echo "Creating link: package.json -> ${PLATFORM_FOLDER}/package.json " ln -sf ${PLATFORM_FOLDER}/package.json package.json