1
Fork 0

Only spell check files which are markdown

This commit is contained in:
Jake Howard 2018-01-04 10:58:48 +00:00
parent b521cc7b13
commit 0b2a8aff7d
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -46,7 +46,7 @@ test:
$(NODE_BIN)/eslint $(STATIC_SRC)/js
$(NODE_BIN)/yamllint data/*.yml
$(NODE_BIN)/yamllint config.yml
$(NODE_BIN)/mdspell --en-gb -ranx 'content/**/*.*'
$(NODE_BIN)/mdspell --en-gb -ranx 'content/**/*.md'
.PHONY: build clean install test