chore: add preview script

This commit is contained in:
Matthias 2024-03-10 20:24:25 +01:00
parent 609779b0a4
commit e2eff62f29

View File

@ -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",