Better npm test.
This commit is contained in:
parent
a3a8f600b6
commit
135c2e7a71
@ -77,7 +77,6 @@
|
||||
"schema-inspector": "^1.5.1",
|
||||
"serve-static": "^1.9.2",
|
||||
"source-map-support": "^0.3.1",
|
||||
"source-map-support": "^0.3.1",
|
||||
"then-redis": "~1.3.0",
|
||||
"trace": "^1.2.0",
|
||||
"ws": "~0.7.1",
|
||||
@ -89,6 +88,7 @@
|
||||
"babel-eslint": "^3.1.9",
|
||||
"babel-plugin-closure-elimination": "0.0.1",
|
||||
"chai": "~2.1.2",
|
||||
"dependency-check": "^2.4.0",
|
||||
"gulp": "git://github.com/gulpjs/gulp#4.0",
|
||||
"gulp-babel": "^5",
|
||||
"gulp-coffee": "^2.3.1",
|
||||
@ -106,7 +106,7 @@
|
||||
"lint": "standard",
|
||||
"prepublish": "npm run build",
|
||||
"start": "node bin/xo-server",
|
||||
"test": "mocha --opts .mocha.opts 'dist/**/*.spec.js'"
|
||||
"test": "npm run lint && dependency-check ./package.json && mocha --opts .mocha.opts 'dist/**/*.spec.js'"
|
||||
},
|
||||
"standard": {
|
||||
"ignore": [
|
||||
|
Loading…
Reference in New Issue
Block a user