Skip to content

Commit dcf4276

Browse files
fix(43): remove silent global install (#44)
1 parent a0b2724 commit dcf4276

2 files changed

Lines changed: 0 additions & 30 deletions

File tree

packages/react-doctor/src/cli.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import { fetchEstimatedScore } from "./utils/calculate-score.js";
1515
import { copyToClipboard } from "./utils/copy-to-clipboard.js";
1616
import { createFramedLine, renderFramedBoxString } from "./utils/framed-box.js";
1717
import { filterSourceFiles, getDiffInfo } from "./utils/get-diff-files.js";
18-
import { maybeInstallGlobally } from "./utils/global-install.js";
1918
import { handleError } from "./utils/handle-error.js";
2019
import { highlighter } from "./utils/highlighter.js";
2120
import { loadConfig } from "./utils/load-config.js";
@@ -514,7 +513,6 @@ program.addCommand(fixCommand);
514513
program.addCommand(installAmiCommand);
515514

516515
const main = async () => {
517-
maybeInstallGlobally();
518516
await program.parseAsync();
519517
};
520518

packages/react-doctor/src/utils/global-install.ts

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)