From f429ed7b662213e23291d4abfc7761744a4db71a Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Sat, 2 Nov 2024 20:24:52 +0100 Subject: [PATCH] chore: temporarily disable docgen for api --- .github/workflows/documentation.yml | 3 ++- packages/api/package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 1b5f31ba..42e1265a 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -25,7 +25,8 @@ jobs: fail-fast: false matrix: package: - - api + # TODO: re-enable api after class constructor bug is fixed + # - api - editable-commands - hmr - i18next diff --git a/packages/api/package.json b/packages/api/package.json index 6ebfae0b..970551d6 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -45,7 +45,7 @@ "build:rename-cjs-register": "tsx ../../scripts/rename-cjs-register.mts", "sync-mime-types": "tsx scripts/sync-mime-types.mts", "typecheck": "tsc -b src", - "docs": "typedoc-json-parser", + "docs": "echo \"temporarily disabled\" || typedoc-json-parser", "prepack": "yarn build", "bump": "cliff-jumper", "check-update": "cliff-jumper --dry-run"