parent
b24d7bb6f2
commit
e60d9bed75
@ -0,0 +1,12 @@
|
||||
#!/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
|
Loading…
Reference in new issue