mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 12:50:24 +01:00
run spec before proofer
This commit is contained in:
parent
415ac8a174
commit
698d603cc9
2
Rakefile
2
Rakefile
@ -9,8 +9,8 @@ end
|
|||||||
|
|
||||||
task :test do
|
task :test do
|
||||||
sh "bundle exec jekyll build --trace"
|
sh "bundle exec jekyll build --trace"
|
||||||
HTML::Proofer.new("./_site", :check_html => true).run
|
|
||||||
Rake::Task["spec"].invoke
|
Rake::Task["spec"].invoke
|
||||||
|
HTML::Proofer.new("./_site", :check_html => true).run
|
||||||
end
|
end
|
||||||
|
|
||||||
task :approved_licenses do
|
task :approved_licenses do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user