chore: dox gen
This commit is contained in:
parent
dd116de20c
commit
824090493a
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -124,4 +124,5 @@ dist
|
|||
/packages/*/bun.lockb
|
||||
/website/yarn.lock
|
||||
|
||||
/dox
|
||||
/.nx/cache
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
"scripts": {
|
||||
"build": "lerna run build",
|
||||
"clean": "lerna exec yarn clean",
|
||||
"dox:gh-pages": "flecks dox docusaurus -r @flecks=https://github.com/cha0s/flecks/tree/master/packages -r ':([0-9]+):[0-9]=#L$1' && cd website && DOCUSAURUS_GENERATED_FILES_DIR_NAME=node_modules/.cache/docusaurus node_modules/.bin/docusaurus build --out-dir ../dox-tmp && cd .. && rm -rf dox/* && mv dox-tmp/* dox && rmdir dox-tmp",
|
||||
"dox": "flecks dox docusaurus -r @flecks=https://github.com/cha0s/flecks/tree/master/packages -r ':([0-9]+):[0-9]=#L$1' && cd website && DOCUSAURUS_GENERATED_FILES_DIR_NAME=node_modules/.cache/docusaurus node_modules/.bin/docusaurus",
|
||||
"lint": "lerna run lint",
|
||||
"publish": "lerna publish --conventional-commits --contents=dist --registry https://registry.npmjs.org",
|
||||
|
|
Loading…
Reference in New Issue
Block a user