Files
react-native-mapbox-gl/example/scripts/clean_node_modules.sh
T

6 lines
109 B
Bash
Raw Normal View History

2017-09-01 10:28:16 -07:00
#!/bin/bash
echo "Removing package-lock and removing node modules"
rm package-lock.json
rm -rf node_modules