Skip to content

Commit

Permalink
Add back projectRoots option to packager CLI command
Browse files Browse the repository at this point in the history
Summary: Adding this to the CLI again (like: facebook@8e7cfcd#diff-75e3fc051b7c5100b4681e8a8f62615bL45)

Fix facebook#2390
Closes facebook#4065

Reviewed By: svcscm

Differential Revision: D2652032

Pulled By: mkonicek

fb-gh-sync-id: 7162983c24f6e08ecc8f7f410e9b756471d88631
  • Loading branch information
ide committed Nov 13, 2015
1 parent 2bff2f7 commit 75b6d2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions local-cli/server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ function _server(argv, config, resolve, reject) {
type: 'string',
description: 'add another root(s) to be used by the packager in this project',
}, {
command: 'projectRoots',
type: 'string',
description: 'override the root(s) to be used by the packager',
},{
command: 'assetRoots',
type: 'string',
description: 'specify the root directories of app assets'
Expand Down

0 comments on commit 75b6d2b

Please sign in to comment.