mirror of
https://github.com/openziti/zrok.git
synced 2025-02-13 08:50:57 +01:00
skip typescript checking for production builds (for now) (#221)
This commit is contained in:
parent
6a535a1cd2
commit
7377b021c6
@ -5,7 +5,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "tsc -b && vite build",
|
"build": "vite build",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"preview": "vite preview"
|
"preview": "vite preview"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user