Fix npm-test by removing the call to test-docs.

This commit is contained in:
Myles Borins
2016-02-17 13:02:26 -08:00
committed by John-David Dalton
parent 9f7f9fc3c5
commit cca5ac60d6

View File

@@ -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"
}