|
@@ -6,5 +6,5 @@ function run() {
|
6
|
6
|
exec.killPort(8081);
|
7
|
7
|
exec.execSync(`watchman watch-del-all || true`);
|
8
|
8
|
exec.execSync(`adb reverse tcp:8081 tcp:8081 || true`);
|
9
|
|
- exec.execSync(`node ./node_modules/react-native/local-cli/cli.js start --root=./playground`);
|
|
9
|
+ exec.execSync(`node ./node_modules/react-native/local-cli/cli.js start`);
|
10
|
10
|
}
|