Skip to content

Commit e32e38d

Browse files
authored
Merge pull request #1 from miltador/patch-1
Fixed npm lint task
2 parents ee15ee2 + b381cee commit e32e38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverless-aws-lambda-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"build": "rimraf ./lib && tsc",
77
"deploy": "npm run build && serverless deploy",
88
"typings": "typings install",
9-
"lint": "npm run tslint \"src/**/*.ts\""
9+
"lint": "tslint \"src/**/*.ts\" --force"
1010
},
1111
"dependencies": {
1212
"aws-sdk": "^2.5.4",

0 commit comments

Comments
 (0)