Skip to content

Commit 6a30c43

Browse files
set openapi generator ref to version which supports typescript generation.
Signed-off-by: Michael Valdron <[email protected]>
1 parent 5aea1c0 commit 6a30c43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: build/typescript-model/generate.sh

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export REPOSITORY=''
2929
EOF
3030
echo "[INFO] Lauching gen to generate typescript files based on swagger json"
3131
export OPENAPI_SKIP_FETCH_SPEC=true
32+
export OPENAPI_GENERATOR_COMMIT="v6.3.0"
3233
$WORK_DIR/gen/openapi/typescript.sh $WORK_DIR/typescript-models $WORK_DIR/config.sh
3334

3435
sed -i 's/\"name\": \".*\"/"name": "@devfile\/api"/g' $WORK_DIR/typescript-models/package.json

0 commit comments

Comments
 (0)