mirror of
https://github.com/pi-hole/docs.git
synced 2024-12-06 19:27:12 +01:00
package.json: add build script
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user