Skip to content

Commit

Permalink
log out doc building performance logging
Browse files Browse the repository at this point in the history
  • Loading branch information
filmaj committed Oct 4, 2024
1 parent a144b0c commit 43a0f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"lint:fix": "npx @biomejs/biome check --write .",
"docusaurus": "docusaurus",
"start": "TYPEDOC_WATCH=true docusaurus start --no-minify",
"build": "TYPEDOC_WATCH=false docusaurus build --no-minify",
"build": "TYPEDOC_WATCH=false DOCUSAURUS_PERF_LOGGER=true docusaurus build --no-minify",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
Expand Down

0 comments on commit 43a0f26

Please sign in to comment.