mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 22:34:21 +08:00
fix(@angular-devkit/architect): ensure workspaceRoot is actually set to workspaceRoot
This commit is contained in:
parent
7b1bb478b5
commit
4a8022ea00
@ -47,8 +47,8 @@ export async function scheduleByName(
|
||||
|
||||
const message = {
|
||||
id,
|
||||
currentDirectory: workspaceRoot,
|
||||
workspaceRoot: currentDirectory,
|
||||
currentDirectory,
|
||||
workspaceRoot,
|
||||
info: info,
|
||||
options: buildOptions,
|
||||
...(options.target ? { target: options.target } : {}),
|
||||
|
Loading…
x
Reference in New Issue
Block a user