Skip to content

Commit

Permalink
Ensure pyminify is on release script
Browse files Browse the repository at this point in the history
  • Loading branch information
rochacbruno committed Sep 22, 2022
1 parent 7836bd5 commit 322ba3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release.sh
Expand Up @@ -40,6 +40,11 @@ if ! twine --help > /dev/null; then
exit 1
fi

if ! pyminify --help > /dev/null; then
echo 'pyminify is required: "pip install -U python-minifier"'
exit 1
fi

# See: http://mywiki.wooledge.org/BashFAQ/028
readonly script_name='release.sh'

Expand Down

0 comments on commit 322ba3c

Please sign in to comment.