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 1ae280d commit 5cbd5b8Copy full SHA for 5cbd5b8
package.json
@@ -11,7 +11,7 @@
11
"main": "./index.js",
12
"scripts": {
13
"coverage": "nyc report --reporter=text-lcov | coveralls",
14
- "test": "nyc ./node_modules/.bin/_mocha ./test/*.js ./test/commands/*.js ./test/parser/*.js --timeout=8000",
+ "test": "./node_modules/.bin/jshint *.js **/*.js **/**/*.js --exclude=node_modules/**/* && nyc ./node_modules/.bin/_mocha ./test/*.js ./test/commands/*.js ./test/parser/*.js --timeout=8000",
15
"jshint": "./node_modules/.bin/jshint *.js **/*.js **/**/*.js --exclude=node_modules/**/*"
16
},
17
"devDependencies": {
0 commit comments