Skip to content

Commit 32b1bd9

Browse files
committed
docs: use ut install for local setup
1 parent 7a43be2 commit 32b1bd9

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
@@ -70,7 +70,7 @@ export default () => (
7070
Run the local dumi site:
7171

7272
```bash
73-
npm install
73+
ut install
7474
npm start
7575
```
7676

@@ -161,7 +161,7 @@ type ItemType =
161161
## Development
162162

163163
```bash
164-
npm install
164+
ut install
165165
npm start
166166
npm test
167167
npm run tsc

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default () => (
7070
运行本地 dumi 站点:
7171

7272
```bash
73-
npm install
73+
ut install
7474
npm start
7575
```
7676

@@ -161,7 +161,7 @@ type ItemType =
161161
## 本地开发
162162

163163
```bash
164-
npm install
164+
ut install
165165
npm start
166166
npm test
167167
npm run tsc

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)