Skip to content

Commit 86af922

Browse files
committed
docs: use ut install for local setup
1 parent a2a7c0c commit 86af922

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
@@ -56,7 +56,7 @@ Online preview: https://upload.react-component.vercel.app/
5656
Run the local dumi site:
5757

5858
```bash
59-
npm install
59+
ut install
6060
npm start
6161
```
6262

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

107107
```bash
108-
npm install
108+
ut install
109109
npm start
110110
npm test
111111
npm run tsc

README.zh-CN.md

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

5858
```bash
59-
npm install
59+
ut install
6060
npm start
6161
```
6262

@@ -105,7 +105,7 @@ npm start
105105
## 本地开发
106106

107107
```bash
108-
npm install
108+
ut install
109109
npm start
110110
npm test
111111
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)