Skip to content

Commit 28120f9

Browse files
committed
fix(make): another indent fix
1 parent 1907631 commit 28120f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@ bundlespec:
4545

4646
src/generated/service/index.ts: $(shell find api -type f)
4747
echo "Building service interface"
48-
ifndef BUNDLE_OUTPUT
48+
ifndef BUNDLE_OUTPUT
4949
$(eval BUNDLE_OUTPUT := $(shell mktemp -d))
5050
$(eval GENERATED_DIR := true)
51-
endif
51+
endif
5252
$(MAKE) bundlespec SERVICE_NAME=$(SERVICE_NAME) BUNDLE_OUTPUT=$(BUNDLE_OUTPUT)
5353
yarn dlx openapi-typescript-express $(BUNDLE_OUTPUT)/openapi-spec.json \
5454
--output ./src/generated/service/index.ts
5555
yarn prettier ./src/generated/service/index.ts --write
56-
ifdef GENERATED_DIR
56+
ifdef GENERATED_DIR
5757
rm -rf $(BUNDLE_OUTPUT)
58-
endif
58+
endif
5959

6060
# Config schema generation
6161
CONFIG_TYPE_SRC ?= src/types/config.ts

0 commit comments

Comments
 (0)