CI : create specific build for preprod

This commit is contained in:
isUnknown 2025-10-08 14:34:22 +02:00
parent d9066defce
commit c6d973e126
4 changed files with 60 additions and 29 deletions

View file

@ -6,6 +6,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"build:preprod": "vite build --mode=staging",
"preview": "vite preview"
},
"dependencies": {