We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f3afa commit d343159Copy full SHA for d343159
projects/python-examples/.algokit.toml
@@ -46,5 +46,5 @@ audit-teal = { commands = [
46
# Commands intented for CI only, prefixed with `ci-` by convention
47
ci-teal-diff = { commands = [
48
'git add -N ./smart_contracts/artifacts',
49
- 'git diff --exit-code --minimal ./smart_contracts/artifacts',
+ 'git diff --exit-code --minimal "./contracts/artifacts/:(exclude)*.puya.map"',
50
], description = 'Check TEAL files for differences' }
0 commit comments