add build-development

This commit is contained in:
beckerinj
2022-08-15 00:43:22 -04:00
parent c00d404d30
commit ec4c83b2dd

View File

@@ -5,6 +5,7 @@
"scripts": {
"start": "vite",
"build": "vite build",
"build-development": "vite build --mode development",
"serve": "vite preview"
},
"license": "GPL v3.0",