MohGovIL / rn-contact-tracing

React Native Library For Contact Tracing Over BLE (Bluetooth Low Energy) To Fight COVID-19 Pandemic
MIT License
59 stars 16 forks source link

Remove postinstall script "rm -rf ../node_modules" #103

Open emanuelb opened 3 years ago

emanuelb commented 3 years ago

From package.json: https://github.com/MohGovIL/rn-contact-tracing/blob/fa6bd775327713d1214d67fe9a961cab7abcd7ca/package.json#L33 it's harmful and not needed, why it's here? if someone do (projects contain node_modules directory)

cd ./projects/
git clone --depth 1 https://github.com/MohGovIL/rn-contact-tracing/
cd rn-contact-tracing
yarn install

The node_modules in projects directory will be removed, which don't related to this repo at all.