Skip to content

Commit f71bbea

Browse files
committed
change build-types desc
1 parent 6558efd commit f71bbea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/contributing/how-to-contribute-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Now you are set up to run several commands:
3232
- `yarn test-ios` runs the iOS test suite (macOS required).
3333
- `yarn build` builds all configured packages — in general, this command only needs to be run by CI ahead of publishing.
3434
- 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.
3636

3737
## Testing your Changes
3838

0 commit comments

Comments
 (0)