houdini/script/test.sh
Eric Schultz edb8920f27 Updatery
2018-09-07 13:09:52 -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