Skip to content

Commit

Permalink
fix(core): ngcli-adapter should work on windows without workspace.jso…
Browse files Browse the repository at this point in the history
…n present
  • Loading branch information
AgentEnder committed Mar 2, 2022
1 parent 34fba4a commit a9b79f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tao/src/commands/ngcli-adapter.ts
Expand Up @@ -54,7 +54,7 @@ export async function scheduleTarget(
} = require('@angular-devkit/architect/node');

const logger = getTargetLogger(opts.executor, verbose);
const fsHost = new NxScopedHost(normalize(root));
const fsHost = new NxScopedHost(root as Path);
const { workspace } = await workspaces.readWorkspace(
workspaceConfigName(root),
workspaces.createWorkspaceHost(fsHost)
Expand Down

0 comments on commit a9b79f9

Please sign in to comment.