```
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",
|
"dev": "vite",
|
||||||
"build:dev": "vite build --mode development",
|
"build:dev": "vite build --mode development",
|
||||||
"build:prod": "vite build --mode production",
|
"build:prod": "vite build --mode production",
|
||||||
"build:staging": "vite build --mode staging --verbose",
|
"build:staging": "vite build --mode staging",
|
||||||
"preview": "vite preview"
|
"preview": "vite preview"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user