Type check fixes
parent
20da74b4a6
commit
cb14aaca14
|
@ -12,6 +12,7 @@
|
|||
"dev": "turbo run dev --parallel",
|
||||
"dx": "turbo run dx",
|
||||
"lint": "turbo run lint",
|
||||
"type-check": "turbo run type-check",
|
||||
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
|
|
|
@ -17,6 +17,9 @@
|
|||
},
|
||||
"lint": {
|
||||
"outputs": []
|
||||
},
|
||||
"type-check": {
|
||||
"outputs": []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue