7 lines
87 B
Plaintext
7 lines
87 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -ex
|
||
|
|
||
|
bundle exec rake spec
|
||
|
bundle exec gem build jekyll-seo-tag.gemspec
|