Loading package.json +1 −1 Original line number Original line Diff line number Diff line Loading @@ -4,7 +4,7 @@ "description": "ISG ARF World Storage C# Client", "description": "ISG ARF World Storage C# Client", "scripts": { "scripts": { "clean": "rm -rf generated_client", "clean": "rm -rf generated_client", "build": "npx @openapitools/openapi-generator-cli generate -i ../ISG-ARF-005-API/API/OpenAPI.yml -g csharp -o generated_client && run-script-os", "build": "npx @openapitools/openapi-generator-cli generate -i ./ARF005WorldStorageAPI/API/openapi.yaml -g csharp -o generated_client && run-script-os", "build:win32": "cd generated_client && build.bat", "build:win32": "cd generated_client && build.bat", "build:default": "cd generated_client && build.sh" "build:default": "cd generated_client && build.sh" }, }, Loading Loading
package.json +1 −1 Original line number Original line Diff line number Diff line Loading @@ -4,7 +4,7 @@ "description": "ISG ARF World Storage C# Client", "description": "ISG ARF World Storage C# Client", "scripts": { "scripts": { "clean": "rm -rf generated_client", "clean": "rm -rf generated_client", "build": "npx @openapitools/openapi-generator-cli generate -i ../ISG-ARF-005-API/API/OpenAPI.yml -g csharp -o generated_client && run-script-os", "build": "npx @openapitools/openapi-generator-cli generate -i ./ARF005WorldStorageAPI/API/openapi.yaml -g csharp -o generated_client && run-script-os", "build:win32": "cd generated_client && build.bat", "build:win32": "cd generated_client && build.bat", "build:default": "cd generated_client && build.sh" "build:default": "cd generated_client && build.sh" }, }, Loading