mirror of
https://github.com/status-im/react-native.git
synced 2025-02-24 23:28:12 +00:00
7 lines
81 B
Bash
7 lines
81 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
ulimit -n 4096
|
||
|
|
||
|
THIS_DIR=$(dirname "$0")
|
||
|
node $THIS_DIR/packager.js
|