fix(bazel): ng serve should always watch (#29032)

PR Close #29032
This commit is contained in:
Keen Yee Liau 2019-02-28 09:47:39 -08:00 committed by Andrew Kushnir
parent 9fe522f3e2
commit c532646f5b
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ function updateAngularJsonToUseBazelBuilder(options: Schema): Rule {
options: {
targetLabel: '//src:devserver',
bazelCommand: 'run',
watch: true,
},
configurations: {
production: {