fix(node): pass builder options on to the serve target

Otherwise it is not possible to use option such as showCircularDependencies also during serve

ISSUES CLOSED: #1649
This commit is contained in:
Juri 2020-02-26 12:11:41 +01:00 committed by Victor Savkin
parent 180c990d34
commit ef8ddb5717

View File

@ -150,8 +150,9 @@ function startBuild(
}
}),
concatMap(
() =>
options =>
scheduleTargetAndForget(context, target, {
...options,
watch: true
}) as Observable<NodeBuildEvent>
)