Files
react-native-mapbox-gl/example/scripts/clean_node_modules.sh
T
2017-10-23 16:41:37 -07:00

6 lines
109 B
Bash
Executable File

#!/bin/bash
echo "Removing package-lock and removing node modules"
rm package-lock.json
rm -rf node_modules