Skip to content

Commit dccc303

Browse files
committed
docs: use ut install for local setup
1 parent 31e63af commit dccc303

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
@@ -53,7 +53,7 @@ Online preview: https://segmented.react-component.vercel.app/
5353
Run the local dumi site:
5454

5555
```bash
56-
npm install
56+
ut install
5757
npm start
5858
```
5959

@@ -96,7 +96,7 @@ Additional valid `div` props are passed to the root element.
9696
## Development
9797

9898
```bash
99-
npm install
99+
ut install
100100
npm start
101101
npm test
102102
npm run tsc

README.zh-CN.md

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

5454
```bash
55-
npm install
55+
ut install
5656
npm start
5757
```
5858

@@ -95,7 +95,7 @@ npm start
9595
## 本地开发
9696

9797
```bash
98-
npm install
98+
ut install
9999
npm start
100100
npm test
101101
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)