Skip to content

Commit f1592fb

Browse files
committed
chore: keep admin/prometheus.md if make target fails
1 parent b460358 commit f1592fb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -452,11 +452,8 @@ site/src/api/typesGenerated.ts: scripts/apitypings/main.go $(shell find codersdk
452452
docs/admin/prometheus.md: scripts/metricsdocgen/main.go scripts/metricsdocgen/metrics
453453
go run scripts/metricsdocgen/main.go
454454
cd site
455-
ifdef CI
456-
yarn run format:check
457-
else
458455
yarn run format:write
459-
endif
456+
.PRECIOUS: docs/admin/prometheus.md
460457

461458
update-golden-files: cli/testdata/.gen-golden
462459
.PHONY: update-golden-files

0 commit comments

Comments
 (0)