Skip to content

Commit f6ba568

Browse files
committed
docs: use ut install for local setup
1 parent 8b262d2 commit f6ba568

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
@@ -48,7 +48,7 @@ export default () => <TextArea autoSize showCount maxLength={100} />;
4848
Run the local dumi site:
4949

5050
```bash
51-
npm install
51+
ut install
5252
npm start
5353
```
5454

@@ -128,7 +128,7 @@ textareaRef.current?.blur();
128128
## Development
129129

130130
```bash
131-
npm install
131+
ut install
132132
npm start
133133
npm test
134134
npm run tsc

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default () => <TextArea autoSize showCount maxLength={100} />;
4848
运行本地 dumi 站点:
4949

5050
```bash
51-
npm install
51+
ut install
5252
npm start
5353
```
5454

@@ -128,7 +128,7 @@ textareaRef.current?.blur();
128128
## 本地开发
129129

130130
```bash
131-
npm install
131+
ut install
132132
npm start
133133
npm test
134134
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)