kopia lustrzana https://github.com/FacilMap/facilmap
Add global check-types script
rodzic
8c1c36cb80
commit
fdfc443e31
|
@ -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",
|
||||
|
|
Ładowanie…
Reference in New Issue