cracker/script/cibuild

10 lines
195 B
Plaintext
Raw Permalink Normal View History

2016-12-13 10:27:25 -05:00
#!/bin/sh
set -e
bundle exec jekyll build
bundle exec htmlproofer ./_site --check-html --check-sri
2018-04-09 19:50:37 -04:00
bundle exec rubocop -D
bundle exec script/validate-html
2016-12-13 10:27:25 -05:00
gem build jekyll-theme-hacker.gemspec