Git: Precomit hook slimmed down

This commit is contained in:
Torkel Ödegaard
2019-09-03 09:38:25 +02:00
committed by GitHub
parent adbefcc37d
commit 1782d68137
3 changed files with 4 additions and 25 deletions
+1
View File
@@ -152,6 +152,7 @@
"test": "grunt test",
"tslint": "tslint -c tslint.json --project tsconfig.json",
"typecheck": "tsc --noEmit",
"typecheckPackages": "yarn workspaces run typecheck",
"jest": "jest --notify --watch",
"e2e-tests": "jest --runInBand --config=jest.config.e2e.js",
"api-tests": "jest --notify --watch --config=devenv/e2e-api-tests/jest.js",