houdini/script/test.sh

2 lines
103 B
Bash
Raw Normal View History

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