Add global check-types script

pull/256/head
Candid Dauth 2023-11-14 19:03:58 +01:00
rodzic 8c1c36cb80
commit fdfc443e31
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -12,7 +12,8 @@
"scripts": {
"lint": "eslint **/*.ts",
"clean": "yarn workspaces foreach -v run clean",
"build": "yarn workspaces foreach -vt run build"
"build": "yarn workspaces foreach -vt run build",
"check-types": "yarn workspaces foreach -vt run check-types"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.10.0",