diff --git a/tools/ci/setup_js_env.sh b/tools/ci/setup_js_env.sh index 6db84eb6c87..18cda7a7346 100644 --- a/tools/ci/setup_js_env.sh +++ b/tools/ci/setup_js_env.sh @@ -21,3 +21,6 @@ fi # make sure yarn is installed, in the right version bundle exec rake webpacker:check_yarn || npm install -g yarn yarn + +# compile webpacker assets +bundle exec rake webpack:compile