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