Skip to content

Commit

Permalink
docs: generate a sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Jul 27, 2024
1 parent 95dec18 commit f443e0f
Showing 1 changed file with 1 addition and 1 deletion.
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": "typedoc --sitemapBaseUrl https://js-sdk-reference.argos-ci.com/",
"format": "prettier --write .",
"check-format": "prettier --check .",
"lint": "eslint .",
Expand Down

0 comments on commit f443e0f

Please sign in to comment.