houdini/script/test.sh

2 lines
118 B
Bash
Raw Normal View History

2018-09-06 22:11:22 +00:00
#!/bin/bash
2018-09-07 18:09:20 +00:00
npm install && rake db:create db:structure:load test:prepare && rake spec && npx jest && npm run build-all