Scope markdown-doctest to the doc folder.

This commit is contained in:
John-David Dalton
2016-08-27 09:17:45 -07:00
parent 94750bfa3c
commit e96442631c

View File

@@ -21,7 +21,7 @@
"style:perf": "jscs perf/*.js perf/**/*.js",
"style:test": "jscs test/*.js test/**/*.js",
"test": "npm run test:main && npm run test:fp",
"test:doc": "markdown-doctest",
"test:doc": "markdown-doctest doc/*.md",
"test:fp": "node test/test-fp",
"test:main": "node test/test",
"validate": "npm run style && npm run test"