Skip to content

Commit

Permalink
cleanup(core): remove unused variable in run-one (#9135)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wscats committed Mar 10, 2022
1 parent d5a01fa commit 5d447c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/workspace/src/command-line/run-one.ts
Expand Up @@ -27,7 +27,7 @@ export async function runOne(opts: {
await connectToNxCloudUsingScan(nxArgs.scan);

const projectGraph = await createProjectGraphAsync();
const { projects, projectsMap } = getProjects(projectGraph, opts.project);
const { projects } = getProjects(projectGraph, opts.project);
const env = readEnvironment();

await runCommand(
Expand Down

0 comments on commit 5d447c5

Please sign in to comment.