mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-10 07:10:36 +08:00
Add bundle script
This commit is contained in:
5
Examples/HybridMobileDeployCompanion/bundle.sh
Executable file
5
Examples/HybridMobileDeployCompanion/bundle.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
pushd Examples/HybridMobileDeployCompanion
|
||||
react-native bundle
|
||||
popd
|
||||
Reference in New Issue
Block a user