mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 23:57:49 +00:00
Fix npm-test by removing the call to test-docs.
This commit is contained in:
committed by
John-David Dalton
parent
9f7f9fc3c5
commit
cca5ac60d6
@@ -44,7 +44,7 @@
|
||||
"style:main": "jscs lodash.js",
|
||||
"style:perf": "jscs perf/*.js perf/**/*.js",
|
||||
"style:test": "jscs test/*.js test/**/*.js",
|
||||
"test": "npm run test:main && npm run test:fp && npm run test:docs",
|
||||
"test": "npm run test:main && npm run test:fp",
|
||||
"test:fp": "node test/test-fp",
|
||||
"test:main": "node test/test"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user