diff --git a/package.json b/package.json index 52010a11..eb82090d 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "scripts": { "dev": "vite", "build": "vite build", + "preview": "vite preview", "test:unit": "vitest", "check-types": "vue-tsc --noEmit", "lint": "eslint --ext .ts,vue src tests",