We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f4a3dc commit d8a63a6Copy full SHA for d8a63a6
cli.js
@@ -4,9 +4,7 @@ import chalk from 'chalk';
4
import meow from 'meow';
5
import { messageWithCauses, stackWithCauses } from 'pony-cause';
6
import { installedCheck, ROOT } from 'installed-check-core';
7
-import resolveWorkspaceRootPkg from 'resolve-workspace-root';
8
-
9
-const { resolveWorkspaceRootAsync } = resolveWorkspaceRootPkg;
+import { resolveWorkspaceRootAsync } from 'resolve-workspace-root';
10
11
const EXIT_CODE_ERROR_RESULT = 1;
12
const EXIT_CODE_INVALID_INPUT = 2;
0 commit comments