mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2024-11-15 02:45:15 +01:00
6 lines
89 B
Ruby
6 lines
89 B
Ruby
|
namespace :assets do
|
||
|
task :precompile do
|
||
|
puts `bundle exec jekyll build`
|
||
|
end
|
||
|
end
|