Files
react-native-mapbox-gl/example/scripts/clean_node_modules.sh
T
2017-09-26 20:12:07 -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