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 f8038e5 commit 825fc8aCopy full SHA for 825fc8a
Makefile
@@ -110,9 +110,6 @@ construct-spec: guard-APIM_ENV
110
mkdir -p build/specification && \
111
npx redocly bundle specification/eligibility-signposting-api.yaml --remove-unused-components --keep-url-references --ext yaml \
112
> build/specification/eligibility-signposting-api.yaml
113
-ifeq ($(APIM_ENV), sandbox)
114
- @ $(MAKE) publish
115
-endif
116
117
SPEC_DIR := $(CURDIR)/specification
118
POSTMAN_DIR := $(SPEC_DIR)/postman
0 commit comments