Skip to content

Commit

Permalink
remove doctor cli
Browse files Browse the repository at this point in the history
Summary: Removing unused cli from doctor. This unblocks landing doctor into flipper server

Reviewed By: LukeDefeo

Differential Revision: D59220594

fbshipit-source-id: d7b683a42d039406fd2ced7c7f9d4925efabb57b
  • Loading branch information
antonk52 authored and facebook-github-bot committed Jul 1, 2024
1 parent 7a2fb7b commit a05cb66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 40 deletions.
3 changes: 1 addition & 2 deletions desktop/doctor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"scripts": {
"reset": "rimraf lib *.tsbuildinfo",
"build": "tsc -b",
"prepack": "yarn reset && yarn build",
"run": "yarn run build && node lib/cli.js"
"prepack": "yarn reset && yarn build"
},
"files": [
"lib/**/*"
Expand Down
38 changes: 0 additions & 38 deletions desktop/doctor/src/cli.tsx

This file was deleted.

0 comments on commit a05cb66

Please sign in to comment.