Remove untracked files before building typedoc

This commit is contained in:
Jonny Gerig Meyer 2023-06-23 10:07:14 -04:00
parent 5133d0e261
commit ea3384fbf4
No known key found for this signature in database

View File

@ -17,6 +17,7 @@ if [[ "$LANGUAGE_REVISION" ]]; then
else
git checkout origin/main
fi
git clean -fX
cd ..
# Build the JS API docs