mirror of
https://github.com/status-im/react-native-mapbox-gl.git
synced 2026-08-30 20:41:08 +00:00
8 lines
106 B
Bash
Executable File
8 lines
106 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Moving into ${RNGL}"
|
|
cd ../
|
|
|
|
echo "Attempting to pack react-native-mapbox-gl"
|
|
npm pack
|