Skip to content

Commit 4a8022e

Browse files
clydinmgechev
authored andcommitted
fix(@angular-devkit/architect): ensure workspaceRoot is actually set to workspaceRoot
1 parent 7b1bb47 commit 4a8022e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/angular_devkit/architect/src/schedule-by-name.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ export async function scheduleByName(
4747

4848
const message = {
4949
id,
50-
currentDirectory: workspaceRoot,
51-
workspaceRoot: currentDirectory,
50+
currentDirectory,
51+
workspaceRoot,
5252
info: info,
5353
options: buildOptions,
5454
...(options.target ? { target: options.target } : {}),

0 commit comments

Comments
 (0)