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 ba26abc commit e02578dCopy full SHA for e02578d
Makefile
@@ -123,7 +123,7 @@ endif
123
124
construct-spec: guard-APIM_ENV
125
@ $(MAKE) update-spec-template APIM_ENV=$$APIM_ENV
126
- mkdir -p build/specification && \
+ mkdir -p build/specification/$(APIM_ENV) && \
127
npx redocly bundle specification/eligibility-signposting-api.yaml --remove-unused-components --keep-url-references --ext yaml \
128
> build/specification/$(APIM_ENV)/eligibility-signposting-api.yaml
129
0 commit comments