Files
2021-07-15 14:40:54 -04:00

10 lines
219 B
Bash
Executable File

#!/bin/sh
set -e
bundle exec jekyll build
bundle exec htmlproofer ./_site --check-html --check-sri
bundle exec rubocop -D --config .rubocop.yml
bundle exec script/validate-html
gem build jekyll-theme-midnight.gemspec