Compare commits

..

2 Commits

Author SHA1 Message Date
dcae537302 Merge branch 'dev' of ssh://192.168.28.10:10022/SmartBench/CMVR-IOT-UI into dev 2026-05-28 14:52:19 +08:00
7c449c52d9 ```
build(staging): remove verbose flag from staging build script

Remove the --verbose flag from the build:staging script in package.json
to simplify the build output for staging environment.
```
2026-05-28 14:52:13 +08:00

View File

@ -9,7 +9,7 @@
"dev": "vite",
"build:dev": "vite build --mode development",
"build:prod": "vite build --mode production",
"build:staging": "vite build --mode staging --verbose",
"build:staging": "vite build --mode staging",
"preview": "vite preview"
},
"dependencies": {