chore(website): build on preview

This commit is contained in:
Elian Doran 2025-09-30 21:22:32 +03:00
parent 9e5bded4cf
commit 4212d208fc
No known key found for this signature in database

View File

@ -5,7 +5,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
"preview": "pnpm build; vite preview"
},
"dependencies": {
"preact": "^10.26.9",