Run link checker locally
This commit is contained in:
parent
2e75180662
commit
b80c220110
3 changed files with 1028 additions and 0 deletions
1025
package-lock.json
generated
1025
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -7,6 +7,7 @@
|
|||
},
|
||||
"author": "Jake Howard <git@theorangeone.net>",
|
||||
"devDependencies": {
|
||||
"broken-link-checker-local": "0.2.0",
|
||||
"eslint-config-dabapps": "github:dabapps/eslint-config-dabapps#v3.0.0",
|
||||
"markdown-spellcheck": "1.3.1",
|
||||
"parcel-bundler": "1.9.1",
|
||||
|
|
|
@ -9,3 +9,5 @@ eslint $STATIC_SRC/js
|
|||
yamllint data/*.yml
|
||||
yamllint config.yml
|
||||
mdspell --en-gb -ranx 'content/**/*.md'
|
||||
|
||||
blcl -ero './public/'
|
||||
|
|
Loading…
Reference in a new issue