chore(server): type checks for e2e (#7800)

type checks for e2e
This commit is contained in:
Daniel Dietzler
2024-03-10 00:18:25 +01:00
committed by GitHub
parent 11e7533a4d
commit 60c521101a
4 changed files with 8 additions and 3 deletions
+2 -1
View File
@@ -12,7 +12,8 @@
"format": "prettier --check .",
"format:fix": "prettier --write .",
"lint": "eslint \"src/**/*.ts\" --max-warnings 0",
"lint:fix": "npm run lint -- --fix"
"lint:fix": "npm run lint -- --fix",
"check": "tsc --noEmit"
},
"keywords": [],
"author": "",