Skip to content

Commit

Permalink
publish.sh tweaked
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Jan 25, 2022
1 parent aaea69a commit d322d2c
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,45 +54,44 @@

cd elrond-codec-derive
cargo publish
sleep 15
cd ..

sleep 20

cd elrond-codec
cargo publish
sleep 15
cd ..

cd mandos
cargo publish
sleep 15
cd ..

sleep 20

cd elrond-wasm-derive
cargo publish
cd ..
sleep 15

sleep 20

cd elrond-wasm
cargo publish
cd ..
sleep 15

sleep 20

cd elrond-wasm-node
cargo publish
cd ..
sleep 15

cd elrond-wasm-debug
cargo publish
cd ..
sleep 15

cd elrond-wasm-output
cargo publish
cd ..
sleep 15

cd elrond-wasm-modules
cargo publish
cd ..
sleep 15

0 comments on commit d322d2c

Please sign in to comment.