mirror of
https://github.com/SharpeTronics/jekyll-spaceship.git
synced 2025-12-17 00:03:13 -05:00
7 lines
57 B
Bash
Executable File
7 lines
57 B
Bash
Executable File
#! /bin/bash
|
|
|
|
set -e
|
|
|
|
script/test
|
|
bundle exec rake build
|