DevTools: CLI helper to run workflow commands anywhere in chromium repo |
||
Issue descriptionDevTools has a set of workflow commands as defined in Source/devtools/package.json. These can be called by npm (or yarn) anywhere within the devtools subtree. One shortfall is that it can't be used in chromium/src which makes it a nuisance to use the npm commands sometimes. Another shortfall is that users need to pass in "--" as a flags delimiter so npm understands which flags are for itself vs. for the script being invoked (e.g. disambiguate whether --help is for npm or the test command).
,
Jan 19 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jan 19 2017