Skip to content

Commit

Permalink
fix(@angular-devkit/architect): ensure workspaceRoot is actually set …
Browse files Browse the repository at this point in the history
…to workspaceRoot
  • Loading branch information
clydin authored and mgechev committed Mar 27, 2019
1 parent 7b1bb47 commit 4a8022e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/angular_devkit/architect/src/schedule-by-name.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 } : {}),
Expand Down

0 comments on commit 4a8022e

Please sign in to comment.