Skip to content

Commit

Permalink
Fix npm-test by removing the call to test-docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Myles Borins authored and jdalton committed Feb 18, 2016
1 parent 9f7f9fc commit cca5ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit cca5ac6

Please sign in to comment.