Add shortcut to run production
This commit is contained in:
parent
86da19d7b5
commit
9fac4cf86c
|
@ -9,7 +9,8 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"hot": "vite",
|
"hot": "vite",
|
||||||
"production": "vite build"
|
"production": "vite build",
|
||||||
|
"prod": "npm run production"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|
Loading…
Reference in New Issue