Skip to content

Commit

Permalink
feat: modify CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
Erindcl committed Oct 26, 2020
1 parent bac913e commit 426bdd2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@

### 项目启动&打包

```javascript
`npm install // 安装项目依赖`
```bash
npm install // 安装项目依赖

`npm run dev // 启动项目`
npm run dev // 启动项目

`npm run clean // 清除 dist 目录下的静态文件`
npm run clean // 清除 dist 目录下的静态文件

`npm run release // 版本发布`
npm run release // 版本发布

`npm run changelog // 生成changelog`
npm run changelog // 生成changelog

`npm run build // 打包项目、静态文件生成目录为当前目录的 dist`
npm run build // 打包项目、静态文件生成目录为当前目录的 dist
```

## 部署
Expand Down

0 comments on commit 426bdd2

Please sign in to comment.