Skip to content

Commit c313beb

Browse files
committed
Add jsinspect to local dev setup to match travis
1 parent 806672e commit c313beb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "JSONAPI support for loopback",
55
"main": "lib/index.js",
66
"scripts": {
7-
"test": "npm run lint && mocha --reporter=spec ./test/**/*.test.js",
7+
"inspect": "jsinspect .",
8+
"test": "npm run lint && mocha --reporter=spec ./test/**/*.test.js && npm run inspect",
89
"tester": "mocha --reporter=spec ./test/**/*.test.js",
910
"lint": "eslint .",
1011
"version:major": "xyz -i major",
@@ -39,6 +40,7 @@
3940
"babel-eslint": "^4.1.3",
4041
"chai": "^3.3.0",
4142
"eslint": "^1.6.0",
43+
"jsinspect": "^0.7.2",
4244
"loopback": "^2.22.2",
4345
"loopback-datasource-juggler": "^2.40.1",
4446
"mocha": "^2.3.3",

0 commit comments

Comments
 (0)