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:
Christoph Nakazawa
2018-12-10 19:04:56 -08:00
committed by Facebook Github Bot
parent eb413bc9e0
commit 63a6bb7637
16 changed files with 23 additions and 93 deletions

View File

@@ -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",