Update build-typescript-sdk.yml

This commit is contained in:
Luke Hagar
2023-04-06 21:25:21 -05:00
committed by GitHub
parent b4f39bc948
commit 0a269fed08

View File

@@ -34,6 +34,7 @@ jobs:
wget https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/6.3.0/openapi-generator-cli-6.3.0.jar -O openapi-generator-cli.jar
rm -rf sdk-output/
java -jar openapi-generator-cli.jar generate -i ../referenced/plex-api-spec.yaml -g typescript-axios -o sdk-output/ --global-property skipFormModel=false --config config.yaml
cp configuration.ts sdk-output/
- name: Run npm install and build Typescript SDK
id: buildSDK