Skip to content

Commit

Permalink
chore: fix type docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Aug 18, 2024
1 parent 8e8815b commit 893d404
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"scripts": {
"build": "pnpm run -r prebuild && cross-env NODE_ENV=production pnpm -r run build",
"build-docs": "typedoc",
"build-docs": "npm run check-types && typedoc",
"format": "prettier --write .",
"check-format": "prettier --check .",
"lint": "eslint .",
Expand Down
3 changes: 2 additions & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["./packages/core/src/index.ts"],
"hostedBaseUrl": "https://js-sdk-reference.argos-ci.com"
"hostedBaseUrl": "https://js-sdk-reference.argos-ci.com",
"skipErrorChecking": true
}

0 comments on commit 893d404

Please sign in to comment.