From 7a49cd0db77f25917fc24d7c4a35b4bb68ec2c3e Mon Sep 17 00:00:00 2001 From: Lenz Weber-Tronic Date: Wed, 22 Nov 2023 11:57:22 +0100 Subject: [PATCH] try to fix netlify deploy --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 34a25b1e1dd..67879a8b0ba 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,6 @@ [build] publish = "docs/public" - command = "npm run typedoc; npm run docmodel" + command = "npm run typedoc; npm run docmodel > docs/public/log.txt || true" [build.environment] NODE_VERSION = "18"