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