mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-22 13:37:10 +00:00
config_tools: update project nodejs dependencies when windows build script run
update project nodejs dependencies when windows build script run Tracked-On: #6691 Signed-off-by: Weiyi Feng <weiyix.feng@intel.com>
This commit is contained in:
parent
631de1d6fd
commit
c31cad225c
@ -5,5 +5,7 @@ xmllint --xinclude schema/datachecks.xsd > schema/allchecks.xsd || exit /b
|
|||||||
python -m build || exit /b
|
python -m build || exit /b
|
||||||
rem pip install .\dist\acrn_config_tools-3.0-py3-none-any.whl --force-reinstall
|
rem pip install .\dist\acrn_config_tools-3.0-py3-none-any.whl --force-reinstall
|
||||||
del .\configurator\packages\configurator\thirdLib\acrn_config_tools-3.0-py3-none-any.whl
|
del .\configurator\packages\configurator\thirdLib\acrn_config_tools-3.0-py3-none-any.whl
|
||||||
python .\configurator\packages\configurator\thirdLib\manager.py install || exit /b
|
cd configurator
|
||||||
|
python .\packages\configurator\thirdLib\manager.py install || exit /b
|
||||||
|
yarn
|
||||||
echo build and install success
|
echo build and install success
|
||||||
|
Loading…
Reference in New Issue
Block a user