Skip to content

Commit 1a25b88

Browse files
committed
docs: use ut install for local setup
1 parent e1b696a commit 1a25b88

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default () => <TreeSelect treeData={treeData} placeholder="Select a node"
5757
Run the local dumi site:
5858

5959
```bash
60-
npm install
60+
ut install
6161
npm start
6262
```
6363

@@ -163,7 +163,7 @@ therefore differ.
163163
## Development
164164

165165
```bash
166-
npm install
166+
ut install
167167
npm start
168168
npm test
169169
npm run lint

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default () => <TreeSelect treeData={treeData} placeholder="Select a node"
5757
运行本地 dumi 站点:
5858

5959
```bash
60-
npm install
60+
ut install
6161
npm start
6262
```
6363

@@ -157,7 +157,7 @@ therefore differ.
157157
## 本地开发
158158

159159
```bash
160-
npm install
160+
ut install
161161
npm start
162162
npm test
163163
npm run lint

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"framework": "umijs",
3-
"installCommand": "npm install",
3+
"installCommand": "ut install",
44
"buildCommand": "npm run build",
55
"outputDirectory": "docs-dist"
66
}

0 commit comments

Comments
 (0)