Run dtslint as part of CI

This commit is contained in:
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

View File

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