We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd3be3 commit aa54edcCopy full SHA for aa54edc
1 file changed
README.md
@@ -3,9 +3,9 @@
3
Currently, updating the docs is a manual process:
4
5
```sh
6
-cd react-router
7
-pnpm run docs # NOT `pnpm docs`
8
-mv public/dev ../react-router-api-docs/v7
+cd ../react-router
+pnpm run clean && pnpm install && pnpm run build && pnpm run docs # NOT `pnpm docs`
+cp -r public/dev/* ../react-router-api-docs/v7/
9
cd ../react-router-api-docs
10
git add . && git commit -m 'update the docs'
11
git push origin main
0 commit comments