完成consumer端同步
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
@echo off
|
||||
chcp 65001 >nul 2>&1
|
||||
|
||||
if exist pages.json.bak copy /y pages.json.bak pages.json >nul 2>&1
|
||||
if exist manifest.json.bak copy /y manifest.json.bak manifest.json >nul 2>&1
|
||||
|
||||
if exist pages.json.bak del pages.json.bak >nul 2>&1
|
||||
if exist manifest.json.bak del manifest.json.bak >nul 2>&1
|
||||
|
||||
echo 公共配置已恢复
|
||||
call npm run pages:full
|
||||
if errorlevel 1 exit /b 1
|
||||
|
||||
echo Shared config restored.
|
||||
|
||||
Reference in New Issue
Block a user