unconditionally make public

This commit is contained in:
brookeangel 2019-05-09 09:03:30 -07:00
parent 431c5e91a0
commit 2c08fd5fd6

View File

@ -3,9 +3,10 @@ set -euo pipefail
if test -d public; then
rm -rf public
make -j public
fi
make -j public
cat <<EOF
== 👋 Hello! ==================================================================