Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -40,7 +40,6 @@ UISOURCES := $(shell find ui -type f -not \( -path ui/build/\* -o -path ui/node_
# All precanned dashboards
PRECANNED := $(shell find chronograf/canned -name '*.json')


# List of binary cmds to build
CMDS := \
bin/$(GOOS)/influx \
2 changes: 2 additions & 0 deletions http/Makefile
Original file line number Diff line number Diff line change
@@ -19,7 +19,9 @@ clean: $(SUBDIRS)

GO_RUN := env GO111MODULE=on go run

ifndef SKIP_CLIENT
../ui/src/api/api.ts: $(SOURCES)
openapi-generator generate -g typescript-axios -o ../ui/src/api -i cur_swagger.yml
endif

.PHONY: all clean $(SUBDIRS)

0 comments on commit b08c231

Please sign in to comment.