Skip to content

Commit d8a63a6

Browse files
authored
Refactor import for resolveWorkspaceRootAsync
1 parent 6f4a3dc commit d8a63a6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cli.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ import chalk from 'chalk';
44
import meow from 'meow';
55
import { messageWithCauses, stackWithCauses } from 'pony-cause';
66
import { installedCheck, ROOT } from 'installed-check-core';
7-
import resolveWorkspaceRootPkg from 'resolve-workspace-root';
8-
9-
const { resolveWorkspaceRootAsync } = resolveWorkspaceRootPkg;
7+
import { resolveWorkspaceRootAsync } from 'resolve-workspace-root';
108

119
const EXIT_CODE_ERROR_RESULT = 1;
1210
const EXIT_CODE_INVALID_INPUT = 2;

0 commit comments

Comments
 (0)