We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee15ee2 + b381cee commit e32e38dCopy full SHA for e32e38d
serverless-aws-lambda-typescript/package.json
@@ -6,7 +6,7 @@
6
"build": "rimraf ./lib && tsc",
7
"deploy": "npm run build && serverless deploy",
8
"typings": "typings install",
9
- "lint": "npm run tslint \"src/**/*.ts\""
+ "lint": "tslint \"src/**/*.ts\" --force"
10
},
11
"dependencies": {
12
"aws-sdk": "^2.5.4",
0 commit comments