Add shortcut to run production

This commit is contained in:
philipp lang 2024-10-03 12:56:42 +02:00
parent 86da19d7b5
commit 9fac4cf86c
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
"scripts": {
"dev": "vite",
"hot": "vite",
"production": "vite build"
"production": "vite build",
"prod": "npm run production"
},
"keywords": [],
"author": "",