Files
acrn-hypervisor/misc/config_tools/build.cmd
Weiyi Feng c31cad225c 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>
2022-05-11 10:16:38 +08:00

12 lines
512 B
Batchfile

@echo off
python scenario_config/schema_slicer.py || exit /b
python scenario_config/jsonschema/converter.py || exit /b
xmllint --xinclude schema/datachecks.xsd > schema/allchecks.xsd || exit /b
python -m build || exit /b
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
cd configurator
python .\packages\configurator\thirdLib\manager.py install || exit /b
yarn
echo build and install success