Skip to content

Commit 43c34cf

Browse files
committed
docs: use ut install for local setup
1 parent 014ddf1 commit 43c34cf

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
@@ -50,7 +50,7 @@ Online preview: https://tabs.react-component.vercel.app/
5050
Run the local dumi site:
5151

5252
```bash
53-
npm install
53+
ut install
5454
npm start
5555
```
5656

@@ -106,7 +106,7 @@ Then open `http://localhost:8000`.
106106
## Development
107107

108108
```bash
109-
npm install
109+
ut install
110110
npm start
111111
npm test
112112
npm run tsc

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default () => <Tabs items={items} defaultActiveKey="overview" />;
5050
运行本地 dumi 站点:
5151

5252
```bash
53-
npm install
53+
ut install
5454
npm start
5555
```
5656

@@ -106,7 +106,7 @@ npm start
106106
## 本地开发
107107

108108
```bash
109-
npm install
109+
ut install
110110
npm start
111111
npm test
112112
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)