Skip to content

Commit b4d4e34

Browse files
committed
Include testling in npm test
1 parent 6d40cc6 commit b4d4e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"validate": "npm run jshint && npm run jscs",
1010
"testling": "browserify test/test.js | testling",
1111
"unit": "(cd test; covert test.js && ./cli.sh)",
12-
"test": "npm run validate && npm run unit"
12+
"test": "npm run validate && npm run unit && npm run testling"
1313
},
1414
"bin": {
1515
"jsonmlparse": "bin/cli.js"

0 commit comments

Comments
 (0)