Install broken link checker
This commit is contained in:
parent
fabd5cf40c
commit
10576f8981
2 changed files with 2 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -48,6 +48,7 @@ test:
|
|||
$(NODE_BIN)/yamllint data/*.yml
|
||||
$(NODE_BIN)/yamllint config.yml
|
||||
$(NODE_BIN)/mdspell --en-gb -ranx 'content/**/*.md'
|
||||
$(NODE_BIN)/blcl -ro ./public/
|
||||
|
||||
|
||||
.PHONY: build clean install test
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
},
|
||||
"author": "Jake Howard <git@theorangeone.net>",
|
||||
"devDependencies": {
|
||||
"broken-link-checker-local": "0.1.1",
|
||||
"browserify": "14.5.0",
|
||||
"eslint-config-dabapps": "github:dabapps/eslint-config-dabapps#v3.0.0",
|
||||
"markdown-spellcheck": "1.2.0",
|
||||
|
|
Loading…
Reference in a new issue