We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aea1c0 commit 387bc27Copy full SHA for 387bc27
build/typescript-model/generate.sh
@@ -29,6 +29,7 @@ export REPOSITORY=''
29
EOF
30
echo "[INFO] Lauching gen to generate typescript files based on swagger json"
31
export OPENAPI_SKIP_FETCH_SPEC=true
32
+ export OPENAPI_GENERATOR_COMMIT="v5.4.0"
33
$WORK_DIR/gen/openapi/typescript.sh $WORK_DIR/typescript-models $WORK_DIR/config.sh
34
35
sed -i 's/\"name\": \".*\"/"name": "@devfile\/api"/g' $WORK_DIR/typescript-models/package.json
0 commit comments