Skip to content

Commit

Permalink
fix generating docs (#2853)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpotter authored Oct 15, 2024
1 parent b2d35c5 commit c07b4db
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 @@ -7,7 +7,7 @@
"scripts": {
"test": "npm run test -ws --if-present",
"build": "tsc --build",
"documentation": "typedoc",
"documentation": "typedoc --out ./documentation",
"gh-pages": "gh-pages -d ./documentation -e ./documentation -u 'documentation-bot <documentation@bot>'"
},
"devDependencies": {
Expand Down

0 comments on commit c07b4db

Please sign in to comment.