From a84785cc347f09439dabdb2dc714e74c4bead6ad Mon Sep 17 00:00:00 2001 From: gengjiawen Date: Mon, 20 Aug 2018 07:19:59 -0700 Subject: [PATCH] Fixes #20712 on unix-like OS (#20751) Summary: add `packager.sh` for run-android task for unix like system. This only fix on linux and macOS. pass all current ci. none [GENERAL] [BUGFIX] [CLI] - add `packager.sh` back for run-android task Pull Request resolved: https://github.com/facebook/react-native/pull/20751 Differential Revision: D9398197 Pulled By: hramos fbshipit-source-id: 213b066c0c034136c5ad5bbf8d45c6f331b1d185 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 162e481b2..d5c022363 100644 --- a/package.json +++ b/package.json @@ -103,6 +103,7 @@ "scripts/ios-install-third-party.sh", "scripts/launchPackager.bat", "scripts/launchPackager.command", + "scripts/packager.sh", "scripts/react-native-xcode.sh", "jest-preset.json", "jest",