Skip to content

Commit

Permalink
publish.sh tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Oct 13, 2022
1 parent 66700f3 commit 243f8be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,14 @@ cd elrond-wasm-modules
cargo publish || return 1
cd ..

cd elrond-interact-snippets
cargo publish || return 1
cd ..

cd contracts/core/price-aggregator
cargo publish || return 1
cd ../../..

cd contracts/core/wegld-swap
cargo publish || return 1
cd ../../..

cd elrond-interact-snippets
cargo publish || return 1
cd ..

0 comments on commit 243f8be

Please sign in to comment.