fix(trust-graph): Regenerate aqua bindings from wasm (#155)

Add echo
This commit is contained in:
InversionSpaces 2024-01-17 12:04:55 +01:00 committed by GitHub
parent bfdffee69c
commit fd145c5fe1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -o errexit -o nounset -o pipefail set -o errexit -o nounset -o pipefail
set -x
# set current working directory to script directory to run script from everywhere # set current working directory to script directory to run script from everywhere
cd "$(dirname "$0")" cd "$(dirname "$0")"