2 lines
No EOL
103 B
Bash
Executable file
2 lines
No EOL
103 B
Bash
Executable file
#!/bin/bash
|
|
rake db:create db:structure:load test:prepare && rake spec && npx jest && npm run build-all |