tests: Add typings lint runner to test script

This commit is contained in:
zajrik
2018-08-18 22:23:13 -05:00
parent 18d6be1eb3
commit 68c832957d

View File

@@ -5,7 +5,7 @@
"main": "./src/index",
"types": "./typings/index.d.ts",
"scripts": {
"test": "npm run lint && npm run docs:test",
"test": "npm run lint && npm run docs:test && npm run lint:typings",
"docs": "docgen --source src --custom docs/index.yml --output docs/docs.json",
"docs:test": "docgen --source src --custom docs/index.yml",
"lint": "eslint src *.js",