Skip to content

Commit 6e5d53d

Browse files
antoniskrystofwoldrich
authored andcommitted
test(ts3.8): fix ts3.8 type check failure due to duplicate types (#4673)
1 parent e0c3443 commit 6e5d53d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev-packages/type-check/run-type-check.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ yalc add @sentry/react-native
1414

1515
yarn install
1616

17+
echo "Removing duplicate React types..."
18+
rm -rf ./node_modules/@types/react-native/node_modules/@types/react
19+
1720
yarn type-check
1821

1922
rm yarn.lock

0 commit comments

Comments
 (0)