summaryrefslogtreecommitdiffstats
path: root/.scripts/publish.sh
diff options
context:
space:
mode:
Diffstat (limited to '.scripts/publish.sh')
-rwxr-xr-x.scripts/publish.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/.scripts/publish.sh b/.scripts/publish.sh
index cbe99e5..ac7da41 100755
--- a/.scripts/publish.sh
+++ b/.scripts/publish.sh
@@ -1,10 +1,7 @@
#!/bin/sh
# script to publish the crates
-# we added a 5s sleep in between publish to give time for dependency crate to propagate to crates.io
-#
set -ev
cd packages/svgbob && cargo publish && cd - && \
-echo "sleeping" && sleep 20 &&\
cd packages/svgbob_cli && cargo publish && cd -