5 lines
95 B
Bash
Executable File
5 lines
95 B
Bash
Executable File
#!/bin/bash
|
|
|
|
bundle exec rake db:create db:migrate
|
|
bundle exec rake && ./script/check-style.sh
|