Skip to content

Commit e02578d

Browse files
committed
eli-225 updating make to ensure folder exists
1 parent ba26abc commit e02578d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ endif
123123

124124
construct-spec: guard-APIM_ENV
125125
@ $(MAKE) update-spec-template APIM_ENV=$$APIM_ENV
126-
mkdir -p build/specification && \
126+
mkdir -p build/specification/$(APIM_ENV) && \
127127
npx redocly bundle specification/eligibility-signposting-api.yaml --remove-unused-components --keep-url-references --ext yaml \
128128
> build/specification/$(APIM_ENV)/eligibility-signposting-api.yaml
129129

0 commit comments

Comments
 (0)