File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -85,3 +85,4 @@ set up.
85853 . run ` yarn lint ` to confirm that code meets our style guide
8686 > If the lint check fails, run ` yarn lint --fix ` to automatically fix any issues.
87875 . run ` yarn docs ` to rebuild the reference docs
88+ > If you've forked the repo, run ` yarn docs:fork ` instead. This will ensure the reference docs link to the firebaseextended/reactfire repository.
Original file line number Diff line number Diff line change 2323 "lint" : " tsdx lint src test" ,
2424 "size" : " size-limit" ,
2525 "analyze" : " size-limit --why" ,
26- "docs" : " typedoc --options typedoc.json && markdown-toc -i docs/use.md"
26+ "docs" : " typedoc --options typedoc.json && markdown-toc -i docs/use.md" ,
27+ "docs:fork" : " typedoc --options typedoc.json --gitRemote upstream && markdown-toc -i docs/use.md"
2728 },
2829 "peerDependencies" : {
2930 "firebase" : " ^9.0.0" ,
You can’t perform that action at this time.
0 commit comments