google / eleventy-high-performance-blog

A high performance blog template for the 11ty static site generator.
https://www.industrialempathy.com/posts/eleventy-high-performance-blog/
MIT License
4.01k stars 283 forks source link

"clean" no such command as rm #159

Open ischmidls opened 1 year ago

ischmidls commented 1 year ago

fixed: the "clean": "rm -Rf ./_site/posts/*" script in package.json should instead be "clean": "npm rm -Rf ./_site/posts/*"