We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f795c2 commit f84e220Copy full SHA for f84e220
1 file changed
packages/angular-cli/blueprints/ng2/files/package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"ng": "ng",
8
"start": "ng serve",
9
- "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",
10
"test": "ng test",
11
"pree2e": "webdriver-manager update --standalone false --gecko false",
12
"e2e": "protractor"
0 commit comments