8000 Fix npm-test by removing the call to test-docs. · lodash/lodash@cca5ac6 · GitHub
[go: up one dir, main page]

Skip to content

Commit cca5ac6

Browse files
Myles Borinsjdalton
Myles Borins
authored andcommitted
Fix npm-test by removing the call to test-docs.
1 parent 9f7f9fc commit cca5ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"style:main": "jscs lodash.js",
4545
"style:perf": "jscs perf/*.js perf/**/*.js",
4646
"style:test": "jscs test/*.js test/**/*.js",
47-
"test": "npm run test:main && npm run test:fp && npm run test:docs",
47+
"test": "npm run test:main && npm run test:fp",
4848
"test:fp": "node test/test-fp",
4949
"test:main": "node test/test"
5050
}

0 commit comments

Comments
 (0)
0