Skip to content

Commit af932dc

Browse files
Jan LohageJan Lohage
authored andcommitted
actually run the test 🎉
1 parent a61adbe commit af932dc

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
@@ -18,7 +18,7 @@
1818
"lint:types": "mkdirp dtslint-build && cd dtslint-build && echo '{\"devDependencies\":{\"dtslint\":\"^0.3.0\"},\"scripts\":{\"dtslint\":\"dtslint ../types\"}}' > package.json && npm install && npm run dtslint",
1919
"mocha": "mocha --opts mocha.opts",
2020
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --opts mocha.opts",
21-
"test": "npm run lint && npm run coverage"
21+
"test": "npm run lint && npm run lint:types && npm run coverage"
2222
},
2323
"semistandard": {
2424
"env": [

0 commit comments

Comments
 (0)