Skip to content

Commit aa54edc

Browse files
committed
Update README
1 parent ecd3be3 commit aa54edc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
Currently, updating the docs is a manual process:
44

55
```sh
6-
cd react-router
7-
pnpm run docs # NOT `pnpm docs`
8-
mv public/dev ../react-router-api-docs/v7
6+
cd ../react-router
7+
pnpm run clean && pnpm install && pnpm run build && pnpm run docs # NOT `pnpm docs`
8+
cp -r public/dev/* ../react-router-api-docs/v7/
99
cd ../react-router-api-docs
1010
git add . && git commit -m 'update the docs'
1111
git push origin main

0 commit comments

Comments
 (0)