chore(Makefile): fix apidoc dependencies (#17042)

Our apidoc generation had some circular dependencies, this change splits
them up into separate Makefile targets.
This commit is contained in:
Mathias Fredriksson
2025-03-21 17:16:17 +02:00
committed by GitHub
parent fe24a7a4a8
commit 3b6bee9676
3 changed files with 30 additions and 6 deletions

View File

@ -27,7 +27,6 @@ go run github.com/swaggo/swag/cmd/swag@v1.8.9 init \
popd
pushd "${APIDOCGEN_DIR}"
pnpm i
# Make sure that widdershins is installed correctly.
pnpm exec -- widdershins --version