We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee5207 commit 9a9ec68Copy full SHA for 9a9ec68
toolkit/config/package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"build": "pnpm run gen-locales && tsc && pnpm run gen-cfg && pnpm run gen-files",
7
"gen-cfg": "rnuc --project-root ../../client --lib-root ./node_modules/react-native-ultimate-config ../../config.yaml",
8
- "gen-files": "node ./scripts/gen-app-json.js",
+ "gen-files": "node ./scripts/gen-app-json.js && node ./scripts/gen-docs-sidebar.js",
9
"gen-locales": "node ./scripts/gen-user-locales.js"
10
},
11
"exports": {
0 commit comments