Merge pull request #271 from NoRedInk/make-it-public

unconditionally make public
This commit is contained in:
Brooke 2019-05-09 09:20:47 -07:00 committed by GitHub
commit f972e4e45c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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! ==================================================================