Files
medical-mall/scripts/build-consumer.bat
2026-05-14 15:28:09 +08:00

9 lines
237 B
Batchfile

@echo off
if exist manifest.json copy /y manifest.json manifest.json.bak >nul 2>&1
copy /y config\consumer\manifest.json manifest.json >nul 2>&1
call npm run pages:consumer
if errorlevel 1 exit /b 1
echo Consumer pages config applied.