summaryrefslogtreecommitdiff
path: root/publish.sh
diff options
context:
space:
mode:
Diffstat (limited to 'publish.sh')
-rwxr-xr-xpublish.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/publish.sh b/publish.sh
deleted file mode 100755
index 7e1a0ac..0000000
--- a/publish.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-cd "$(dirname "$0")"
-
-cargo build --workspace
-
-if [ $? -eq 0 ]; then
- cargo run --package cli_publisher
-else
- exit 1
-fi