```
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. ```
This commit is contained in:
parent
77223344b5
commit
7c449c52d9
@ -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": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user