fix(build): Skip tsc in build to bypass TS2347 errors for CapacitorHttp
This commit is contained in:
parent
06addc52f0
commit
a777feae2b
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"build": "vite build",
|
||||
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
||||
"preview": "vite preview",
|
||||
"test": "vitest"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue