mirror of
https://github.com/openziti/zrok.git
synced 2025-02-03 03:50:08 +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",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc -b && vite build",
|
||||
"build": "vite build",
|
||||
"lint": "eslint .",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user