Closed
Description
Versions
Angular CLI: 6.0.7
Node: 9.6.1
OS: darwin x64
Angular: 6.0.3
... animations, common, compiler, compiler-cli, core, forms
... http, language-service, platform-browser
... platform-browser-dynamic, router
Package Version
------------------------------------------------------------
@angular-devkit/architect 0.6.5
@angular-devkit/build-angular 0.6.5
@angular-devkit/build-ng-packagr 0.6.5
@angular-devkit/build-optimizer 0.6.5
@angular-devkit/core 0.6.5
@angular-devkit/schematics 0.6.5
@angular/cdk 6.1.0
@angular/cli 6.0.7
@angular/material 6.1.0
@ngtools/json-schema 1.1.0
@ngtools/webpack 6.0.5
@schematics/angular 0.6.5
@schematics/update 0.6.7
ng-packagr 3.0.0
rxjs 6.2.0
typescript 2.7.2
webpack 4.8.3
Observed behavior
Running ng build --watch
works perfectly fine on the default app in a monorepo with the default app.
However, running ng build mylib --watch
or ng build --watch mylib
after generating a lib with the CLI gives Unknown option: '--watch'
Desired behavior
Can build any of the apps or libs in an Angular cli monorepo in --watch mode.
Mention any other details that might be useful (optional)
Have tried various combinations of ordering the arguments as well as --watch=true
and -w
. None seem to work.