Skip to content

Commit

Permalink
Temp disable gen doc sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUltDev committed Jun 10, 2024
1 parent 6c0cab9 commit 1ee5207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolkit/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "pnpm run gen-locales && tsc && pnpm run gen-cfg && pnpm run gen-files",
"gen-cfg": "rnuc --project-root ../../client --lib-root ./node_modules/react-native-ultimate-config ../../config.yaml",
"gen-files": "node ./scripts/gen-app-json.js && node ./scripts/gen-docs-sidebar.js",
"gen-files": "node ./scripts/gen-app-json.js",
"gen-locales": "node ./scripts/gen-user-locales.js"
},
"exports": {
Expand Down

0 comments on commit 1ee5207

Please sign in to comment.