From ea3384fbf442520de4ae8b7375182cf379af25af Mon Sep 17 00:00:00 2001 From: Jonny Gerig Meyer Date: Fri, 23 Jun 2023 10:07:14 -0400 Subject: [PATCH] Remove untracked files before building typedoc --- tool/typedoc-build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tool/typedoc-build.sh b/tool/typedoc-build.sh index d3fd95b..3f99a26 100755 --- a/tool/typedoc-build.sh +++ b/tool/typedoc-build.sh @@ -17,6 +17,7 @@ if [[ "$LANGUAGE_REVISION" ]]; then else git checkout origin/main fi +git clean -fX cd .. # Build the JS API docs