chore: update CONTRIBUTING.md.

This commit is contained in:
jaywcjlove 2022-10-05 02:56:18 +08:00
parent e7bda84f2a
commit 41f520d306

View File

@ -38,5 +38,6 @@ Contributing 贡献
```bash
npm i # 安装依赖
npm run build # 编译生成静态页面
npm run build # 编译输出 HTML
npm run start # 监听 md 文件编译输出 HTML
```