houdini/script/test.sh
2021-02-13 16:48:25 -06:00

2 lines
173 B
Bash
Executable file

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