From 2af55435c8ce7e0c4476a12e75ed16c86327debd Mon Sep 17 00:00:00 2001 From: xavidop Date: Tue, 31 Dec 2024 14:40:36 +0100 Subject: [PATCH] fix: release --- scripts/completions.sh | 1 + scripts/manpages.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/completions.sh b/scripts/completions.sh index 0992856..00f30b6 100755 --- a/scripts/completions.sh +++ b/scripts/completions.sh @@ -1,5 +1,6 @@ #!/bin/sh set -e +rm -rf completions mkdir completions for sh in bash zsh fish; do go run main.go completion "$sh" >"completions/voiceflow.$sh" diff --git a/scripts/manpages.sh b/scripts/manpages.sh index 00c348d..ec7f173 100755 --- a/scripts/manpages.sh +++ b/scripts/manpages.sh @@ -1,4 +1,5 @@ #!/bin/sh set -e +rm -rf manpages mkdir manpages go run . man | gzip -c -9 >manpages/voiceflow.1.gz \ No newline at end of file