Skip to content

Commit 9a9ec68

Browse files
committed
Add back sidebar gen
1 parent 1ee5207 commit 9a9ec68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolkit/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"build": "pnpm run gen-locales && tsc && pnpm run gen-cfg && pnpm run gen-files",
77
"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",
8+
"gen-files": "node ./scripts/gen-app-json.js && node ./scripts/gen-docs-sidebar.js",
99
"gen-locales": "node ./scripts/gen-user-locales.js"
1010
},
1111
"exports": {

0 commit comments

Comments
 (0)