From c09311ee9e6556af0c2547d59fe4a1ab18e29ac8 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 28 Mar 2020 10:05:36 +0200 Subject: [PATCH] package.json: add build script --- package.json | 1 + 1 file changed, 1 insertion(+) 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"