diff --git a/bin/static-build b/bin/static-build index 9fdfed4..71a2d08 100755 --- a/bin/static-build +++ b/bin/static-build @@ -2,6 +2,9 @@ set -eu +# Compile frontend assets +bundle exec hanami assets compile + # Build with Parklife - and forward arguments sent to this script. bundle exec parklife build "$@"