diff --git a/examples/generators/production_puya_smart_contract_python/.algokit.toml b/examples/generators/production_puya_smart_contract_python/.algokit.toml index 9988492..80544f4 100644 --- a/examples/generators/production_puya_smart_contract_python/.algokit.toml +++ b/examples/generators/production_puya_smart_contract_python/.algokit.toml @@ -21,7 +21,7 @@ environment_secrets = [ environment_secrets = [] [project.run] -# Commands intended for use locally and in CI +# Commands intented for use locally and in CI build = { commands = [ 'poetry run python -m smart_contracts build', ], description = 'Build all smart contracts in the project' } @@ -42,7 +42,7 @@ audit-teal = { commands = [ 'algokit task analyze smart_contracts/artifacts --recursive --force --exclude rekey-to --exclude is-updatable --exclude missing-fee-check --exclude is-deletable --exclude can-close-asset --exclude can-close-account --exclude unprotected-deletable --exclude unprotected-updatable', ], description = 'Audit TEAL files' } -# Commands intended for CI only are prefixed with `ci-` by convention +# Commands indented for CI only, prefixed with `ci-` by convention ci-teal-diff = { commands = [ 'git add -N ./smart_contracts/artifacts', 'git diff --exit-code --minimal ./smart_contracts/artifacts',