diff --git a/package.json b/package.json index 3420769..707e358 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "scripts": { "dev": "vite", "build": "vue-tsc --noEmit --skipLibCheck && vite build", + "only-build": "vite build", "serve": "vite preview", "commit": "git-cz" },