Skip to content

Commit

Permalink
chore(dev): remove folder creation for openapi generator
Browse files Browse the repository at this point in the history
  • Loading branch information
bas-kirill committed Aug 29, 2024
1 parent b76c69e commit 4d9f868
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/scripts/openapi/regenerateOpenApi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ rootDir="$currentDir/../../../"
# https://github.com/OpenAPITools/openapi-generator/issues/12191
(cd "$rootDir" && docker pull openapitools/openapi-generator-cli:v7.8.0)
(cd "$rootDir" &&
mkdir -p local/openapi &&
mkdir -p local/client/src/generated &&
docker run \
--rm \
-v "${PWD}:/local" \
Expand Down

0 comments on commit 4d9f868

Please sign in to comment.