aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/site/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'site/package.json')
-rw-r--r--site/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/package.json b/site/package.json
index 7b67b2e..905457e 100644
--- a/site/package.json
+++ b/site/package.json
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "vite",
- "build": "vue-tsc --noEmit && vite build",
+ "build": "vue-tsc --noEmit --skipLibCheck && vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
},