mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-13 22:06:49 +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",
|
"description": "ACRN Configurator",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite --force",
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"tauri": "tauri"
|
"tauri": "tauri"
|
||||||
|
Loading…
Reference in New Issue
Block a user