Skip to content

Commit f7c9d51

Browse files
authored
command: update startup command (#463)
1 parent b575468 commit f7c9d51

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

README-zh_CN.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,11 @@ export default () => {
5959

6060
## 开发
6161

62-
```shell
63-
pnpm i
64-
pnpm dev
62+
```bash
63+
$ git clone [email protected]:ant-design/ant-design-web3.git
64+
$ cd ant-design-web3
65+
$ pnpm i
66+
$ pnpm start
6567
```
6668

6769
## 参与共建

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,11 @@ export default () => {
5959

6060
## Development
6161

62-
```shell
63-
pnpm i
64-
pnpm dev
62+
```bash
63+
$ git clone [email protected]:ant-design/ant-design-web3.git
64+
$ cd ant-design-web3
65+
$ pnpm i
66+
$ pnpm start
6567
```
6668

6769
## Contributing

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"packageManager": "[email protected]",
99
"files": [],
1010
"scripts": {
11+
"start": "dumi dev",
1112
"dev": "dumi dev",
1213
"dev:lib": "pnpm run --parallel --if-present --recursive --filter \"@ant-design/*\" dev",
1314
"build": "pnpm run --if-present --recursive build",

0 commit comments

Comments
 (0)