7 lines
68 B
Bash
7 lines
68 B
Bash
#! /bin/bash
|
|
|
|
set -e
|
|
|
|
script/test
|
|
script/fmt
|
|
bundle exec rake build
|