将start.sh、start.bat和build-and-publish.bat移动到scripts目录下 重构build-and-publish.bat脚本,增加错误处理和详细日志
4 lines
73 B
Batchfile
4 lines
73 B
Batchfile
@echo off
|
|
cd /d "%~dp0.."
|
|
npm run docs:dev -- --host 0.0.0.0 --port 8888
|