瀏覽代碼

there I go changing paths again

crobibero 4 年之前
父節點
當前提交
b95533d6a9
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      apiclient/templates/typescript/axios/stable.sh
  2. 1 1
      apiclient/templates/typescript/axios/unstable.sh

+ 1 - 1
apiclient/templates/typescript/axios/stable.sh

@@ -1,7 +1,7 @@
 #!/bin/bash
 
 java -jar openapi-generator-cli.jar generate \
-    --input-spec $(System.ArtifactsDirectory)/openapi/openapi.json \
+    --input-spec $(System.ArtifactsDirectory)/openapispec/openapi.json \
     --generator-name typescript-axios \
     --output ./apiclient/generated/typescript/axios  \
     --template-dir ./apiclient/templates/typescript/axios \

+ 1 - 1
apiclient/templates/typescript/axios/unstable.sh

@@ -1,7 +1,7 @@
 #!/bin/bash
 
 java -jar openapi-generator-cli.jar generate \
-    --input-spec $(System.ArtifactsDirectory)/openapi/openapi.json \
+    --input-spec $(System.ArtifactsDirectory)/openapispec/openapi.json \
     --generator-name typescript-axios \
     --output ./apiclient/generated/typescript/axios  \
     --template-dir ./apiclient/templates/typescript/axios \