Skip to content

Commit 997c1f9

Browse files
committed
bugfix / chore: incorporating the construct spec argument into the generate sandbox spec make command, for convenience
1 parent 77f2ebe commit 997c1f9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/publish_sandbox.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
4949
- name: Generate sandbox specification
5050
run: |
51-
make construct-spec APIM_ENV=sandbox
5251
make generate-sandbox-spec
5352
5453
- name: Deploy sandbox spec to Proxygen

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ format: ## Format and fix code
3434
generate-sandbox-spec: clean
3535
mkdir -p build
3636
mkdir -p sandbox/specification
37+
$(MAKE) construct-spec APIM_ENV=sandbox
3738
npm run publish 2> /dev/null
3839
cp build/specification/sandbox/eligibility-signposting-api.json sandbox/specification/eligibility-signposting-api.json
3940

0 commit comments

Comments
 (0)