Skip to content

Commit 619c778

Browse files
committed
remove unused dep
1 parent 9cd110d commit 619c778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ docs/admin/integrations/prometheus.md: node_modules/.installed scripts/metricsdo
754754
pnpm exec markdown-table-formatter ./docs/admin/integrations/prometheus.md
755755
touch "$@"
756756

757-
docs/reference/cli/index.md: node_modules/.installed site/node_modules/.installed scripts/clidocgen/main.go examples/examples.gen.json $(GO_SRC_FILES)
757+
docs/reference/cli/index.md: node_modules/.installed scripts/clidocgen/main.go examples/examples.gen.json $(GO_SRC_FILES)
758758
CI=true BASE_PATH="." go run ./scripts/clidocgen
759759
pnpm exec markdownlint-cli2 --fix ./docs/reference/cli/*.md
760760
pnpm exec markdown-table-formatter ./docs/reference/cli/*.md

0 commit comments

Comments
 (0)