Skip to content

Commit

Permalink
publish.sh update
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Jul 19, 2022
1 parent 635200a commit 2ea7f4d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,11 @@ 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 ../../..

0 comments on commit 2ea7f4d

Please sign in to comment.