Skip to content

Commit

Permalink
chore: regen examples
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Mar 27, 2024
1 parent fd36424 commit 3506d6b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def build(output_dir: Path, contract_path: Path) -> Path:
generate_result = subprocess.run(
[
"algokit",
"--no-color",
"generate",
"client",
output_dir / app_spec_file_name,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def build(output_dir: Path, contract_path: Path) -> Path:
generate_result = subprocess.run(
[
"algokit",
"--no-color",
"generate",
"client",
output_dir / app_spec_file_name,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def build(output_dir: Path, contract_path: Path) -> Path:
generate_result = subprocess.run(
[
"algokit",
"--no-color",
"generate",
"client",
output_dir / app_spec_file_name,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def build(output_dir: Path, contract_path: Path) -> Path:
generate_result = subprocess.run(
[
"algokit",
"--no-color",
"generate",
"client",
output_dir / app_spec_file_name,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def build(output_dir: Path, contract_path: Path) -> Path:
generate_result = subprocess.run(
[
"algokit",
"--no-color",
"generate",
"client",
output_dir / app_spec_file_name,
Expand Down
1 change: 1 addition & 0 deletions examples/starter_python/smart_contracts/helpers/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def build(output_dir: Path, contract_path: Path) -> Path:
generate_result = subprocess.run(
[
"algokit",
"--no-color",
"generate",
"client",
output_dir / app_spec_file_name,
Expand Down
1 change: 1 addition & 0 deletions template_content/smart_contracts/helpers/build.py.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def build(output_dir: Path, contract_path: Path) -> Path:
generate_result = subprocess.run(
[
"algokit",
"--no-color",
"generate",
"client",
output_dir / app_spec_file_name,
Expand Down

0 comments on commit 3506d6b

Please sign in to comment.