You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/contributing/how-to-contribute-code.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Now you are set up to run several commands:
32
32
-`yarn test-ios` runs the iOS test suite (macOS required).
33
33
-`yarn build` builds all configured packages — in general, this command only needs to be run by CI ahead of publishing.
34
34
- Packages which require a build are configured in [scripts/build/config.js](https://github.com/facebook/react-native/blob/main/scripts/build/config.js).
35
-
-`yarn build-types`builds the TS types for the public API and generates the snapshot.
35
+
-`yarn build-types`generates TypeScript types for the public API and updates the snapshot.
0 commit comments