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 1fb6116 commit a8b436dCopy full SHA for a8b436d
Makefile
@@ -49,7 +49,7 @@ src/generated/service/index.ts: $(shell find api -type f)
49
$(MAKE) bundlespec SERVICE_NAME=$(SERVICE_NAME) BUNDLE_OUTPUT=$(BUNDLE_OUTPUT)
50
yarn dlx openapi-typescript-express $(BUNDLE_OUTPUT)/openapi-spec.json \
51
--output ./src/generated/service/index.ts
52
- ./node_modules/.bin/prettier ./src/generated/service/index.ts --write
+ yarn prettier ./src/generated/service/index.ts --write
53
rm -rf $(TMP)
54
55
# Config schema generation
0 commit comments