aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/test.sh')
-rwxr-xr-xbin/test.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/test.sh b/bin/test.sh
index e9f1792..6b7c782 100755
--- a/bin/test.sh
+++ b/bin/test.sh
@@ -3,9 +3,10 @@
# Wait for Elasticsearch to start up
sleep 30
-#bundler install
+bundler install
+yarn install --check-files
bundle exec rake tmp:create RAILS_ENV=test
-bundle exec rake assets:precompile RAILS_ENV=test
+bundle exec rake webpacker:compile RAILS_ENV=test
bundle exec rake kkuleomi:index:init RAILS_ENV=test
bundle exec rake kkuleomi:update:all RAILS_ENV=test