prepare-for-platform.sh script doesn't remove node_modules anymore (#5274)
This commit is contained in:
parent
ced652230c
commit
56eb0b57a7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue