diff --git a/package.json b/package.json index 4005a41..efe7823 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ }, "homepage": "https://docs.pi-hole.net/", "scripts": { + "build": "mkdocs build --clean", "markdownlint": "markdownlint \"**/*.md\" -i \"**/node_modules/**\"", "linkinator": "linkinator site --recurse --silent --skip \"^(?!http://localhost)\"", "test": "npm run markdownlint && npm run linkinator"