mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-10 20:43:48 +00:00
config_tools: ignore cache in develop env
ignore cache in develop env Tracked-On: #6691 Signed-off-by: Weiyi Feng <weiyix.feng@intel.com>
This commit is contained in:
parent
6a0ada0a91
commit
b288ae9ce7
@ -9,7 +9,7 @@
|
||||
},
|
||||
"description": "ACRN Configurator",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"dev": "vite --force",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"tauri": "tauri"
|
||||
|
Loading…
Reference in New Issue
Block a user