We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f7f9fc commit cca5ac6Copy full SHA for cca5ac6
package.json
@@ -44,7 +44,7 @@
44
"style:main": "jscs lodash.js",
45
"style:perf": "jscs perf/*.js perf/**/*.js",
46
"style:test": "jscs test/*.js test/**/*.js",
47
- "test": "npm run test:main && npm run test:fp && npm run test:docs",
+ "test": "npm run test:main && npm run test:fp",
48
"test:fp": "node test/test-fp",
49
"test:main": "node test/test"
50
}
0 commit comments