Skip to content

Commit

Permalink
Merge pull request #135 from ImMin5/feature-console-api-v2-swagger
Browse files Browse the repository at this point in the history
Fix the issue of repetitive environment builds for each code
  • Loading branch information
ImMin5 authored Oct 19, 2023
2 parents 959b283 + 975b86c commit 1e2213a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def build(**params):
for target in params['target']:
proto_files = _get_proto_files(os.path.join(params['proto_dir'], PROJECT, 'api', target))
list(map(functools.partial(_compile_code, params, code), proto_files))
_make_build_environment(params['output_dir'], code)
_make_build_environment(params['output_dir'], code)

# Build OpenAPI JSON File using artifact from Protocol Buffers
if 'openapi' in params['code']:
Expand Down

0 comments on commit 1e2213a

Please sign in to comment.