houdini/script/test.sh
Eric Schultz 9fb2b796e8 Updatery
2018-09-07 13:26:38 -05:00

2 lines
No EOL
118 B
Bash
Executable file

#!/bin/bash
npm install && rake db:create db:structure:load test:prepare && rake spec && npx jest && npm run build-all