Skip to content

Commit

Permalink
Merge branch 'i1512' into i1512-followup
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Nov 18, 2024
2 parents 2087b08 + 0f51ed1 commit d218e78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/crates/soroban-spec-typescript/ts-tests/initialize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ function deploy_all() {
}
function bind() {
exe eval "./soroban contract bindings typescript --contract-id $(cat $1) --output-dir ./node_modules/$2 --overwrite"
exe eval "sh -c \"cd ./node_modules/$2 && npm install && npm run build\""
}
function bind_all() {
bind contract-id-custom-types.txt test-custom-types
Expand Down

0 comments on commit d218e78

Please sign in to comment.