mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 22:34:21 +08:00
style(@angular-devkit/build-angular): remove comment reference to eject
This commit is contained in:
parent
31abb81482
commit
5016843c39
@ -135,7 +135,7 @@ export class ProtractorBuilder implements Builder<ProtractorBuilderOptions> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// run `webdriver-manager update --standalone false --gecko false --quiet`
|
// run `webdriver-manager update --standalone false --gecko false --quiet`
|
||||||
// if you change this, update the command comment in prev line, and in `eject` task
|
// if you change this, update the command comment in prev line
|
||||||
return from(webdriverUpdate.program.run({
|
return from(webdriverUpdate.program.run({
|
||||||
standalone: false,
|
standalone: false,
|
||||||
gecko: false,
|
gecko: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user