We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b706b commit a67d33aCopy full SHA for a67d33a
Makefile
@@ -46,9 +46,9 @@ bundlespec:
46
src/generated/service/index.ts: $(shell find api -type f)
47
echo "Building service interface"
48
ifndef BUNDLE_OUTPUT
49
- $(eval BUNDLE_OUTPUT := $(shell mktemp -d))
+ $(eval BUNDLE_OUTPUT := $(shell mktemp -d))
50
$(eval GENERATED_DIR := true)
51
- endif
+ endif
52
$(MAKE) bundlespec SERVICE_NAME=$(SERVICE_NAME) BUNDLE_OUTPUT=$(BUNDLE_OUTPUT)
53
yarn dlx openapi-typescript-express $(BUNDLE_OUTPUT)/openapi-spec.json \
54
--output ./src/generated/service/index.ts
0 commit comments