prepare-for-platform.sh script doesn't remove node_modules anymore (#5274)

This commit is contained in:
Volodymyr Kozieiev 2018-07-24 13:55:49 +03:00 committed by GitHub
parent ced652230c
commit 56eb0b57a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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