houdini/script/test.sh
2019-01-18 17:51:17 -06:00

2 lines
No EOL
192 B
Bash
Executable file

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