mirror of
https://github.com/status-im/react-native-mapbox-gl.git
synced 2026-08-30 04:21:08 +00:00
6 lines
109 B
Bash
Executable File
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
|