Run dtslint as part of CI
This commit is contained in:
parent
e2694da660
commit
47e001203d
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user