houdini/script/test.sh
2019-11-05 15:51:46 -06:00

2 lines
No EOL
178 B
Bash
Executable file

#!/bin/bash
yarn ci && rake db:create db:structure:load db:migrate && RAILS_ENV=test rake db:create db:structure:load test:prepare && rake spec && yarn run build-all && yarn jest