mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-06 12:37:45 +00:00
Update build-typescript-sdk.yml
This commit is contained in:
1
.github/workflows/build-typescript-sdk.yml
vendored
1
.github/workflows/build-typescript-sdk.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user