mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
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:
committed by
GitHub
parent
fe24a7a4a8
commit
3b6bee9676
@ -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
|
||||
|
Reference in New Issue
Block a user