mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 04:35:36 +08:00
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:
committed by
Facebook Github Bot
parent
caf85d403a
commit
ac979465b8
@@ -129,7 +129,8 @@
|
||||
"ReactCommon",
|
||||
"README.md",
|
||||
"third-party-podspecs",
|
||||
"template"
|
||||
"template",
|
||||
"local-cli"
|
||||
],
|
||||
"scripts": {
|
||||
"start": "node cli.js start",
|
||||
|
||||
Reference in New Issue
Block a user