build: 修复文档在action构建问题

This commit is contained in:
harrywan 2021-07-27 20:52:56 +08:00
parent 613ed52b32
commit 6ce4973024

View File

@ -52,7 +52,7 @@ npx @fesjs/create-fes-app myapp
# 安装依赖 # 安装依赖
npm install npm install
# 运行 # 运行
npm run dev npm run dev
``` ```