glitchier-soc/bin/test.sh
2023-10-22 16:36:39 -07:00

12 lines
191 B
Bash

#!/bin/bash
set -eux
export NODE_ENV=production
export RAILS_ENV=production
bundle exec rake assets:clobber
bundle exec rake assets:precompile
export RAILS_ENV=test
bundle exec rake spec