houdini/script/test.sh

2 lines
175 B
Bash
Raw Normal View History

2018-09-06 22:11:22 +00:00
#!/bin/bash
2018-11-02 21:06:27 +00:00
npm ci && rake db:create db:structure:load db:migrate && RAILS_ENV=test rake db:create db:structure:load test:prepare && rake spec && npm run build-all && npx jest