From 3dd1a78a9dc6f6a966cd104cecf565c150b2e280 Mon Sep 17 00:00:00 2001 From: Hans Larsen Date: Mon, 13 Feb 2017 19:18:47 -0800 Subject: [PATCH] ci: fix travis --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d4782435d725..52e368b881cf 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "test:inspect": "node --inspect --debug-brk tests/runner", "test:packages": "node scripts/run-packages-spec.js", "eslint": "eslint .", - "tslint": "tslint \"**/*.ts\" -c tslint.json -e \"**/tests/**\" -e \"**/blueprints/*/files/**/*.ts\" -e \"node_modules/**\" -e \"tmp/**\" -e \"dist/**\"", + "tslint": "tslint \"**/*.ts\" -c tslint.json -e \"**/config/schema.d.ts\" -e \"**/tests/**\" -e \"**/blueprints/*/files/**/*.ts\" -e \"node_modules/**\" -e \"tmp/**\" -e \"dist/**\"", "lint": "npm-run-all -c eslint tslint" }, "repository": {