Skip to content

Commit 49c90f7

Browse files
tido64facebook-github-bot
authored andcommitted
@react-native/tester should be private (#34570)
Summary: Made `react-native/tester` private. ## Changelog [Internal] [Fixed] - Made `react-native/tester` private Pull Request resolved: #34570 Test Plan: n/a Reviewed By: lunaleaps Differential Revision: D39235797 Pulled By: cortinico fbshipit-source-id: d5dee20f1ddfc198b3a776464a91de470ce824f6
1 parent 0a3ca80 commit 49c90f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/rn-tester/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"private": true,
23
"name": "@react-native/tester",
34
"version": "0.0.1",
45
"license": "MIT",
@@ -16,7 +17,7 @@
1617
"clean-android": "rm -rf android/app/build",
1718
"setup-ios-jsc": "bundle install && USE_HERMES=0 bundle exec pod install",
1819
"setup-ios-hermes": "bundle install && USE_HERMES=1 bundle exec pod install",
19-
"clean-ios": "rm -rf build/generated/ios && rm -rf Pods && rm Podfile.lock"
20+
"clean-ios": "rm -rf build/generated/ios Pods Podfile.lock"
2021
},
2122
"dependencies": {
2223
"invariant": "^2.2.4",

0 commit comments

Comments
 (0)