File tree Expand file tree Collapse file tree
packages/react-doctor/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import { fetchEstimatedScore } from "./utils/calculate-score.js";
1515import { copyToClipboard } from "./utils/copy-to-clipboard.js" ;
1616import { createFramedLine , renderFramedBoxString } from "./utils/framed-box.js" ;
1717import { filterSourceFiles , getDiffInfo } from "./utils/get-diff-files.js" ;
18- import { maybeInstallGlobally } from "./utils/global-install.js" ;
1918import { handleError } from "./utils/handle-error.js" ;
2019import { highlighter } from "./utils/highlighter.js" ;
2120import { loadConfig } from "./utils/load-config.js" ;
@@ -514,7 +513,6 @@ program.addCommand(fixCommand);
514513program . addCommand ( installAmiCommand ) ;
515514
516515const main = async ( ) => {
517- maybeInstallGlobally ( ) ;
518516 await program . parseAsync ( ) ;
519517} ;
520518
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments