Skip to content

Commit

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

0 comments on commit 1bda140

Please sign in to comment.