Skip to content

Commit f84e220

Browse files
delastevehansl
authored andcommitted
feat(lint): now lint e2e ts files as well (#3941)
1 parent 2f795c2 commit f84e220

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/angular-cli/blueprints/ng2/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"ng": "ng",
88
"start": "ng serve",
9-
"lint": "tslint \"<%= sourceDir %>/**/*.ts\" --project src/tsconfig.json --type-check",
9+
"lint": "tslint \"<%= sourceDir %>/**/*.ts\" --project src/tsconfig.json --type-check && tslint \"e2e/**/*.ts\" --project e2e/tsconfig.json --type-check",
1010
"test": "ng test",
1111
"pree2e": "webdriver-manager update --standalone false --gecko false",
1212
"e2e": "protractor"

0 commit comments

Comments
 (0)