Run dtslint as part of CI

main
Aaron Jensen 2019-09-18 08:31:51 -07:00
parent e2694da660
commit 47e001203d
No known key found for this signature in database
GPG Key ID: 395CF9A719B6724C
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
],
"scripts": {
"dtslint": "dtslint --localTs node_modules/typescript/lib types",
"test": "gulp",
"test": "gulp && yarn -s dtslint",
"test:watch": "gulp watch",
"prepublish": "gulp prepublish",
"perf-server": "`npm bin`/webpack-dev-server --config perf/webpack.config.js --hot"