diff --git a/script/server b/script/server index 47e7cbaa..c03cfdd5 100755 --- a/script/server +++ b/script/server @@ -4,5 +4,8 @@ source "$(dirname "${0}")"/../script/include/global_header.inc.sh +# Compile js/css assets +yarn build + # Launch the app run_command "./app.py ${LAUNCH_ARGS}"