Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a07e2ab

Browse files
committed
Fix: format swagger.json
1 parent 0d917dc commit a07e2ab

File tree

2 files changed

+785
-822
lines changed

2 files changed

+785
-822
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ docs/admin/prometheus.md: scripts/metricsdocgen/main.go scripts/metricsdocgen/me
461461
coderd/apidoc/swagger.json: $(shell find ./scripts/apidocgen -not \( -path './scripts/apidocgen/node_modules' -prune \) -type f) $(wildcard coderd/*.go)
462462
./scripts/apidocgen/generate.sh
463463
cd site
464-
yarn run format:write ../docs/api ../docs/manifest.json
464+
yarn run format:write ../docs/api ../docs/manifest.json ../coderd/apidoc/swagger.json
465465

466466
update-golden-files: cli/testdata/.gen-golden
467467
.PHONY: update-golden-files

0 commit comments

Comments
 (0)