Update build-typescript-sdk.yml

This commit is contained in:
Luke Hagar
2023-04-06 21:53:43 -05:00
committed by GitHub
parent a691a86900
commit 62f4de136d

View File

@@ -34,7 +34,6 @@ 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