Skip to content

Commit

Permalink
docs: clean up legacy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Feb 16, 2023
1 parent db4148e commit 37e7077
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ You may need to run this script first after your clone this repository, because

### `pnpm clean`

The `clean` script runs `clean` script in all packages, cleaning all the dist files and caches. In other words, it will remove all the files that generated by `build`, `copy` and `dev` scripts.
The `clean` script runs `clean` script in all packages, cleaning all the dist files and caches. In other words, it will remove all the files that generated by `build`, `copy` scripts.

It's used before you want to re-build source files from a clean / initial state.

Expand Down
4 changes: 0 additions & 4 deletions docs/zh/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ pnpm docs:dev

当你想要从最初状态重新构建源代码时,你可以执行该命令。

### `pnpm dev:*`

`dev:` 前缀表明,这些命令是针对开发使用的,将会以监听模式运行对应的脚本。

### `pnpm docs:*`

#### `pnpm docs:build`, `pnpm docs:dev`, `pnpm docs:clean`
Expand Down

0 comments on commit 37e7077

Please sign in to comment.