Fix: When checking for TS errors we should really just check the types instead of building all targets
This commit is contained in:
parent
7ddad71cbf
commit
638b35143d
|
|
@ -5,7 +5,7 @@
|
|||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"check-ts-errors": "yarn tsc && yarn vti diagnostics",
|
||||
"check-ts-errors": "yarn tsc --noEmit && yarn vti diagnostics",
|
||||
"lint": "eslint \"{src,cypress}/**/*.{js,ts,vue}\"",
|
||||
"test:unit": "jest --coverage",
|
||||
"test:e2e": "cypress run",
|
||||
|
|
|
|||
Loading…
Reference in New Issue