diff --git a/docs/patterns/code/test/index.html b/docs/patterns/code/test/index.html deleted file mode 100644 index 68ef3aa..0000000 --- a/docs/patterns/code/test/index.html +++ /dev/null @@ -1,211 +0,0 @@ - - - - - - - - - - - - - - Test | Infusion - - - - - skip to content - - - - - - - - - W3C - SVG - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - -
- - - - - - diff --git a/package.json b/package.json index 960130c..12d253f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "test": "echo \"Error: no test specified\" && exit 1", "serve": "hugo server", "clean": "rm -rf content && mkdir content && mkdir content/patterns && hugo new patterns/pattern.md && hugo new _index.md", - "build": "hugo && git add -A" + "build": "rm -rfv docs/* && hugo && git add -A" }, "pre-commit": [ "build"