Skip to content

Commit

Permalink
feat(lint): now lint e2e ts files as well (angular#3941)
Browse files Browse the repository at this point in the history
  • Loading branch information
delasteve authored and MRHarrison committed Feb 9, 2017
1 parent 9c88f01 commit 7152b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular-cli/blueprints/ng2/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"lint": "tslint \"<%= sourceDir %>/**/*.ts\" --project src/tsconfig.json --type-check",
"lint": "tslint \"<%= sourceDir %>/**/*.ts\" --project src/tsconfig.json --type-check && tslint \"e2e/**/*.ts\" --project e2e/tsconfig.json --type-check",
"test": "ng test",
"pree2e": "webdriver-manager update --standalone false --gecko false",
"e2e": "protractor"
Expand Down

0 comments on commit 7152b06

Please sign in to comment.