Skip to content

Commit 3242eee

Browse files
committed
Include jshint and jscs in npm test
1 parent f77e9e4 commit 3242eee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"jscs": "jscs index.js test",
99
"validate": "npm run jshint && npm run jscs",
1010
"testling": "browserify -t brfs test/test.js | testling",
11-
"test": "cd test; covert test.js && ./cli.sh"
11+
"unit": "(cd test; covert test.js && ./cli.sh)",
12+
"test": "npm run validate && npm run unit"
1213
},
1314
"bin": {
1415
"jsonmlparse": "bin/cli.js"

0 commit comments

Comments
 (0)