diff --git a/ARF005WorldStorageAPI b/ARF005WorldStorageAPI index fedbe058193f91a000aa7c3bdf2cefc3238be515..533b9d3198b772c7b628b0ab0e0a144b89966b46 160000 --- a/ARF005WorldStorageAPI +++ b/ARF005WorldStorageAPI @@ -1 +1 @@ -Subproject commit fedbe058193f91a000aa7c3bdf2cefc3238be515 +Subproject commit 533b9d3198b772c7b628b0ab0e0a144b89966b46 diff --git a/package.json b/package.json index ed5750f4bf393ff0d3d6dc6d0e4ea9a24e50ae3f..2ed650aa32661cc76673777b59ec8d7ed847f308 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,9 @@ "version": "0.0.1", "description": "ISG ARF World Storage C# Client", "scripts": { - "clean": "rm -rf generated_client", + "clean": "run-script-os", + "clean:win32": "rmdir .\\generated_client\\ /s /q", + "clean:default": "rm -rf ./generated_client", "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:default": "cd generated_client && build.sh"