Skip to content

Commit 5c121c6

Browse files
committed
use make for spec build
1 parent 3d60875 commit 5c121c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sdk/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ VERSION ?= ""
33
SHELL = /bin/bash
44

55
build: version # Build the project artefact @Pipeline
6-
VER=$$(cat .version) && cd .. && npm run build --buildver=$$VER && cd sdk
6+
VER=$$(cat .version) && cd .. && make build-yml-oas-spec APIM_ENV=prod && npm run generate --buildver=$$VER && cd sdk
77
./swagger-static.sh
88

99
clean: # Clean-up project resources (main) @Operations

sdk/_config.version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 1.0.1-20251125.114311+e1ac3d4
1+
version: 1.0.1-20251125.131623+3d60875
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
$ref: authorization-sandbox.yml
1+
$ref: authorization-prod.yml

0 commit comments

Comments
 (0)