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.
ci
1 parent afb5323 commit 74d29c7Copy full SHA for 74d29c7
package.json
@@ -52,7 +52,8 @@
52
"coverage": "./node_modules/mocha/bin/mocha --timeout 20000 --require blanket --reporter html-cov ./test/*.js > coverage.html",
53
"complexity": "./node_modules/plato/bin/plato -r -d complexity lib",
54
"performance": "node --allow-natives-syntax --harmony ./node_modules/mocha/bin/_mocha --reporter mocha-performance ./test/*.js",
55
- "lint": "./node_modules/.bin/eslint ./example/*.js ./lib/* ./test/*.js --quiet && echo '✔ All good!'"
+ "lint": "./node_modules/.bin/eslint ./example/*.js ./lib/* ./test/*.js --quiet && echo '✔ All good!'",
56
+ "ci": "npm run lint && npm run test"
57
},
58
"config": {
59
"blanket": {
0 commit comments