Skip to content

Commit 58ff2fc

Browse files
rubennortefacebook-github-bot
authored andcommitted
Make the instructions to regenerate feature flags easier to see in the docs (facebook#45059)
Summary: Pull Request resolved: facebook#45059 Changelog: [internal] By moving the command to a code block it's going to be easier to see it when quickly reading the README. Reviewed By: cortinico Differential Revision: D58779883 fbshipit-source-id: e912a58641245c6d7dc158f7af0a722e438a0cc3
1 parent 2f0c06d commit 58ff2fc

File tree

1 file changed

+7
-3
lines changed
  • packages/react-native/scripts/featureflags

1 file changed

+7
-3
lines changed

packages/react-native/scripts/featureflags/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,13 @@ module.exports = {
3232
};
3333
```
3434

35-
After any changes to this definitions, the code that provides access to them
36-
must be regenerated running `yarn featureflags-update` from the `react-native`
37-
repository.
35+
**After any change to these definitions**, the code that provides access to them
36+
must be regenerated running this from the `react-native`
37+
repository:
38+
39+
```shell
40+
yarn featureflags-update
41+
```
3842

3943
## Access
4044

0 commit comments

Comments
 (0)