Files
react-native-code-push/Examples/HybridMobileDeployCompanion/bundle.sh
2015-06-02 23:08:28 -07:00

6 lines
79 B
Bash
Executable File

#!/bin/sh
pushd Examples/HybridMobileDeployCompanion
react-native bundle
popd