Update nanoc.rake

This commit is contained in:
0x1eef 2024-06-09 18:58:28 -03:00
parent ce8cb1bad4
commit 4c3f42a5e4

View file

@ -9,7 +9,7 @@ namespace :nanoc do
Dir.chdir(root) do
sh "rm -rf node_modules/.cache/"
sh "rm -rf tmp/"
sh "rm -rf build"
sh "rm -rf build/al-quran/* build/*"
end
end