Skip to content

Commit

Permalink
chore(dev): add path to client src generated
Browse files Browse the repository at this point in the history
  • Loading branch information
bas-kirill committed Aug 29, 2024
1 parent 9ad44c8 commit 3399e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/openapi/regenerateOpenApi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ currentDir=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
rootDir="$currentDir/../../../"

(cd "$rootDir" && exec ./tools/scripts/openapi/bundle.sh)
(cd "$rootDir/client" && rm -rf ./src/generated)
(cd "$rootDir" && rm -rf ./client/src/generated)

# https://github.com/OpenAPITools/openapi-generator/issues/12191
(cd "$rootDir" &&
Expand Down

0 comments on commit 3399e59

Please sign in to comment.