CzRger il y a 2 mois
Parent
commit
6a3b313fd4
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -5,7 +5,8 @@
   "type": "module",
   "scripts": {
     "dev": "vite",
-    "build": "vite build --mode production",
+    "build:dev": "vite build --mode development",
+    "build:prod": "vite build --mode production",
     "preview": "vite preview",
     "serve": "vite --host 0.0.0.0",
     "prettier": "npx prettier . --write",