Fix rubocop

This commit is contained in:
0x1eef 2023-11-12 18:35:49 -03:00
parent aada5d7194
commit 085129ac64

View file

@ -30,7 +30,6 @@ end
desc "Build the website" desc "Build the website"
task build: ["nanoc:clean_css", "nanoc:compile"] task build: ["nanoc:clean_css", "nanoc:compile"]
desc "Trigger a build when src/ is modified" desc "Trigger a build when src/ is modified"
task "build:watch" => "nanoc:watch" task "build:watch" => "nanoc:watch"