Skip to content

Commit

Permalink
chore: moving rules
Browse files Browse the repository at this point in the history
  • Loading branch information
EnoRage committed Apr 24, 2024
1 parent 664ee77 commit c345e43
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 288 deletions.
6 changes: 6 additions & 0 deletions codegen/generate_types.sh
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,10 @@ for api_openapi_file_name in "$openapi_dir"/*-openapi.json; do
echo "Error: Failed to replace tags in $output_file."
exit 1
}

new_dir="../$package_name" # Adjust relative path according to your project structure
mkdir -p "$new_dir" && mv "$output_file" "$new_dir/" || {
echo "Error: Failed to move generated types to $new_dir."
exit 1
}
done
288 changes: 0 additions & 288 deletions codegen/generatedtypes/aggregation/aggregation_types.gen.go

This file was deleted.

File renamed without changes.
File renamed without changes.

0 comments on commit c345e43

Please sign in to comment.