diff --git a/package.json b/package.json index 9b80ded..b08034a 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "scripts": { "test": "jest --runInBand --forceExit", "lint": "tslint --project .", + "lint:fix": "tslint --project . --fix", "build": "tsc -p tsconfig.json", "prepare": "npm run build && husky install", "postinstall": "husky install && npx husky add .husky/commit-msg 'npx --no-install commitlint --edit $1' && npx husky add .husky/pre-commit 'npm test'"