mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 04:35:36 +08:00
Remove remaining references to local-cli
Summary: This removes the remaining references to `local-cli`. We already have a `cli.js` file on the root that was just forwarding to the local-cli folder, so I removed that. It also seems that `setupBabel.js` is no longer necessary in RN. Reviewed By: TheSavior Differential Revision: D13396218 fbshipit-source-id: a945cb91dae39c4b58c5cabcca6b0f0328fc4717
This commit is contained in:
committed by
Facebook Github Bot
parent
eb413bc9e0
commit
63a6bb7637
@@ -116,10 +116,8 @@
|
||||
"jest",
|
||||
"lib",
|
||||
"rn-get-polyfills.js",
|
||||
"setupBabel.js",
|
||||
"Libraries",
|
||||
"LICENSE",
|
||||
"local-cli",
|
||||
"packager",
|
||||
"react.gradle",
|
||||
"React.podspec",
|
||||
@@ -130,7 +128,7 @@
|
||||
"third-party-podspecs"
|
||||
],
|
||||
"scripts": {
|
||||
"start": "node ./local-cli/cli.js start",
|
||||
"start": "node cli.js start",
|
||||
"test": "jest",
|
||||
"test-ci": "JEST_JUNIT_OUTPUT=\"reports/junit/js-test-results.xml\" jest --maxWorkers=2 --ci --testResultsProcessor=\"jest-junit\"",
|
||||
"flow": "flow",
|
||||
|
||||
Reference in New Issue
Block a user