fix: add local-cli to react-native package (#23449)

Summary:
Make `local-cli` part of `react-native` package to prevent breaking changes.
Pull Request resolved: https://github.com/facebook/react-native/pull/23449

Differential Revision: D14080767

Pulled By: cpojer

fbshipit-source-id: 9f9467e561caca3d91f17b0afae4efbf308bc246
This commit is contained in:
Kacper Wiszczuk
2019-02-14 06:03:22 -08:00
committed by Facebook Github Bot
parent caf85d403a
commit ac979465b8

View File

@@ -129,7 +129,8 @@
"ReactCommon",
"README.md",
"third-party-podspecs",
"template"
"template",
"local-cli"
],
"scripts": {
"start": "node cli.js start",