Skip to content

Commit 37e7077

Browse files
committed
docs: clean up legacy scripts
1 parent db4148e commit 37e7077

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You may need to run this script first after your clone this repository, because
7070

7171
### `pnpm clean`
7272

73-
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.
73+
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.
7474

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

docs/zh/contributing.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ pnpm docs:dev
7474

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

77-
### `pnpm dev:*`
78-
79-
`dev:` 前缀表明,这些命令是针对开发使用的,将会以监听模式运行对应的脚本。
80-
8177
### `pnpm docs:*`
8278

8379
#### `pnpm docs:build`, `pnpm docs:dev`, `pnpm docs:clean`

0 commit comments

Comments
 (0)