Skip to content

Commit a67d33a

Browse files
committed
fix(make): fix tabs
1 parent 78b706b commit a67d33a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ bundlespec:
4646
src/generated/service/index.ts: $(shell find api -type f)
4747
echo "Building service interface"
4848
ifndef BUNDLE_OUTPUT
49-
$(eval BUNDLE_OUTPUT := $(shell mktemp -d))
49+
$(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

0 commit comments

Comments
 (0)