Skip to content

Commit 5efa968

Browse files
committed
breaking: Remove cli-debugger-ui package
1 parent 717e4dd commit 5efa968

22 files changed

+9
-1833
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ And then:
3232

3333
```sh
3434
cd /my/new/react-native/project/
35-
yarn link "@react-native-community/cli-platform-ios" "@react-native-community/cli-platform-android" "@react-native-community/cli" "@react-native-community/cli-server-api" "@react-native-community/cli-types" "@react-native-community/cli-tools" "@react-native-community/cli-debugger-ui" "@react-native-community/cli-clean" "@react-native-community/cli-doctor" "@react-native-community/cli-config" "@react-native-community/cli-platform-apple" "@react-native-community/cli-link-assets"
35+
yarn link "@react-native-community/cli-platform-ios" "@react-native-community/cli-platform-android" "@react-native-community/cli" "@react-native-community/cli-server-api" "@react-native-community/cli-types" "@react-native-community/cli-tools" "@react-native-community/cli-clean" "@react-native-community/cli-doctor" "@react-native-community/cli-config" "@react-native-community/cli-platform-apple" "@react-native-community/cli-link-assets"
3636
```
3737

3838
Once you're done with testing and you'd like to get back to regular setup, run `yarn unlink` instead of `yarn link` from above command. Then `yarn install --force`.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ React Native CLI is a dependency of `react-native`, which makes it a transitive
9999
"@react-native-community/cli": "VERSION",
100100
"@react-native-community/cli-clean": "VERSION",
101101
"@react-native-community/cli-config": "VERSION",
102-
"@react-native-community/cli-debugger-ui": "VERSION",
103102
"@react-native-community/cli-doctor": "VERSION",
104103
"@react-native-community/cli-link-assets": "VERSION",
105104
"@react-native-community/cli-platform-android": "VERSION",

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
],
66
"scripts": {
77
"prebuild": "yarn build:ts",
8-
"build": "node ./scripts/build.js && yarn build:debugger",
8+
"build": "node ./scripts/build.js",
99
"build:ts": "node ./scripts/buildTs.js",
10-
"build:debugger": "yarn workspace @react-native-community/cli-debugger-ui build",
1110
"build-clean": "rimraf ./packages/*/build",
1211
"build-clean-all": "rimraf ./packages/*/build ./packages/*/tsconfig.tsbuildinfo",
1312
"watch": "node ./scripts/watch.js",

packages/cli-debugger-ui/.parcelrc

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

packages/cli-debugger-ui/CHANGELOG.md

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

packages/cli-debugger-ui/package.json

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

packages/cli-debugger-ui/src/middleware/index.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

packages/cli-debugger-ui/src/ui/debuggerWorker.js

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

packages/cli-debugger-ui/src/ui/index.css

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

packages/cli-debugger-ui/src/ui/index.html

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

0 commit comments

Comments
 (0)