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:
Weiyi Feng 2022-05-13 15:34:14 +08:00 committed by acrnsi-robot
parent 6a0ada0a91
commit b288ae9ce7
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
},
"description": "ACRN Configurator",
"scripts": {
"dev": "vite",
"dev": "vite --force",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"