diff --git a/.circleci/config.yml b/.circleci/config.yml index 7e64edb..0099ea6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -103,6 +103,7 @@ jobs: - *restore_yarn_cache - *yarn_install - *prepare_database + - run: bundle exec rails webpacker:compile - run: bundle exec rails test #rack_system_tests: