From 997c1f964c35c26b8224dd72e68a3a2cc6375579 Mon Sep 17 00:00:00 2001 From: Edd Almond <102675624+eddalmond1@users.noreply.github.com> Date: Wed, 20 Aug 2025 13:11:20 +0100 Subject: [PATCH] bugfix / chore: incorporating the construct spec argument into the generate sandbox spec make command, for convenience --- .github/workflows/publish_sandbox.yaml | 1 - Makefile | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_sandbox.yaml b/.github/workflows/publish_sandbox.yaml index 5db5a4a..f3b1e58 100644 --- a/.github/workflows/publish_sandbox.yaml +++ b/.github/workflows/publish_sandbox.yaml @@ -48,7 +48,6 @@ jobs: - name: Generate sandbox specification run: | - make construct-spec APIM_ENV=sandbox make generate-sandbox-spec - name: Deploy sandbox spec to Proxygen diff --git a/Makefile b/Makefile index eb55436..b64d573 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,7 @@ format: ## Format and fix code generate-sandbox-spec: clean mkdir -p build mkdir -p sandbox/specification + $(MAKE) construct-spec APIM_ENV=sandbox npm run publish 2> /dev/null cp build/specification/sandbox/eligibility-signposting-api.json sandbox/specification/eligibility-signposting-api.json