mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-04 04:45:19 +00:00
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…
x
Reference in New Issue
Block a user