From 824090493aa2985f3c34b65e2e6be518cc4fe770 Mon Sep 17 00:00:00 2001 From: cha0s Date: Fri, 26 Jan 2024 09:47:36 -0600 Subject: [PATCH] chore: dox gen --- .gitignore | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e5d11cb..bf24cda 100644 --- a/.gitignore +++ b/.gitignore @@ -124,4 +124,5 @@ dist /packages/*/bun.lockb /website/yarn.lock +/dox /.nx/cache diff --git a/package.json b/package.json index 1451136..66f8af9 100644 --- a/package.json +++ b/package.json @@ -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",