mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 11:27:50 +00:00
Scope markdown-doctest to the doc folder.
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
"style:perf": "jscs perf/*.js perf/**/*.js",
|
"style:perf": "jscs perf/*.js perf/**/*.js",
|
||||||
"style:test": "jscs test/*.js test/**/*.js",
|
"style:test": "jscs test/*.js test/**/*.js",
|
||||||
"test": "npm run test:main && npm run test:fp",
|
"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:fp": "node test/test-fp",
|
||||||
"test:main": "node test/test",
|
"test:main": "node test/test",
|
||||||
"validate": "npm run style && npm run test"
|
"validate": "npm run style && npm run test"
|
||||||
|
|||||||
Reference in New Issue
Block a user