Skip to content

Commit

Permalink
added notan_audio to the crates list
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazariglez committed Mar 27, 2022
1 parent b945343 commit 688d2ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# if crate A depends on crate B, B must come before A in this list
crates=(
notan_audio
notan_utils
notan_math
notan_macro
Expand All @@ -23,7 +24,7 @@ for crate in "${crates[@]}"
do
echo "Publishing ${crate}"
(cd "$crate"; cargo publish --no-verify)
sleep 20
sleep 30
done

cd ..
Expand Down

0 comments on commit 688d2ba

Please sign in to comment.