Skip to content

Commit e201fc5

Browse files
committed
fix(lint): fix tslint npm script arg (#404)
Close #371
1 parent 5e9f462 commit e201fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/ng2/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
"start": "ng server",
88
"postinstall": "typings install --ambient",
9-
"lint": "tslint src/**/*.ts",
9+
"lint": "tslint \"src/**/*.ts\"",
1010
"format": "clang-format -i -style=file --glob=src/**/*.ts",
1111
"pree2e": "webdriver-manager update",
1212
"e2e": "protractor"

0 commit comments

Comments
 (0)