mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 11:57:46 +08:00
Remove install command
Summary: @public The implementation wasn't working. Lets remove this for now and revisit if we trully want to support this. Reviewed By: @frantic Differential Revision: D2536442 fb-gh-sync-id: 4aca2d1d2584cd15ac855d69e6e9a5a08abf778e
This commit is contained in:
committed by
facebook-github-bot-8
parent
1ab0c3b374
commit
a21e226b68
@@ -10,7 +10,6 @@ var Config = require('../private-cli/src/util/Config');
|
||||
var fs = require('fs');
|
||||
var generateAndroid = require('./generate-android.js');
|
||||
var init = require('./init.js');
|
||||
var install = require('./install.js');
|
||||
var newLibrary = require('./new-library.js');
|
||||
var runAndroid = require('./run-android.js');
|
||||
var runPackager = require('./run-packager.js');
|
||||
@@ -21,7 +20,6 @@ function printUsage() {
|
||||
'',
|
||||
'Commands:',
|
||||
' start: starts the webserver',
|
||||
' install: installs npm react components',
|
||||
' bundle: builds the javascript bundle for offline use',
|
||||
' new-library: generates a native library bridge',
|
||||
' android: generates an Android project for your app'
|
||||
@@ -47,9 +45,6 @@ function run() {
|
||||
case 'start':
|
||||
runPackager();
|
||||
break;
|
||||
case 'install':
|
||||
install.init();
|
||||
break;
|
||||
case 'bundle':
|
||||
bundle(args, Config.get(__dirname)).done();
|
||||
// bundle_DEPRECATED.init(args);
|
||||
|
||||
Reference in New Issue
Block a user