From c07b4db7db47f68f5710f9361936a8ee1ccfd186 Mon Sep 17 00:00:00 2001 From: Shaya Potter Date: Tue, 15 Oct 2024 18:10:35 +0300 Subject: [PATCH] fix generating docs (#2853) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c626d4a48e..7ab2a557ff 100644 --- a/package.json +++ b/package.json @@ -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 '" }, "devDependencies": {