Skip to content

Commit

Permalink
chore: temporarily disable docgen for api
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Nov 2, 2024
1 parent a837459 commit f429ed7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f429ed7

Please sign in to comment.